My Nix Configuration
1{ 2 snowfallorg.user = { 3 enable = true; 4 }; 5 py = { 6 profiles.server.enable = true; 7 }; 8}