1
0
Fork 0

Compare commits

..

No commits in common. "ce1291820a543e103fbc66adc6806dce6b01741e" and "9637400ff390f4751dfee51e995dbb83c8040328" have entirely different histories.

3 changed files with 4 additions and 5 deletions

View file

@ -296,11 +296,11 @@
},
"nixpkgs_2": {
"locked": {
"lastModified": 1720957393,
"narHash": "sha256-oedh2RwpjEa+TNxhg5Je9Ch6d3W1NKi7DbRO1ziHemA=",
"lastModified": 1720768451,
"narHash": "sha256-EYekUHJE2gxeo2pM/zM9Wlqw1Uw2XTJXOSAO79ksc4Y=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "693bc46d169f5af9c992095736e82c3488bf7dbb",
"rev": "7e7c39ea35c5cdd002cd4588b03a3fb9ece6fad9",
"type": "github"
},
"original": {

View file

@ -105,8 +105,6 @@ in
"org.keepassxc.KeePassXC"
"org.mozilla.firefox"
];
useBindFS = true;
};
desktops.gnome = {
enable = true;

View file

@ -21,6 +21,7 @@ in
config = lib.mkIf cfg.enable {
# Enable sound with pipewire.
sound.enable = true;
security.rtkit.enable = true;
hardware.pulseaudio = {
enable = false;