1
0
Fork 0

Compare commits

...

2 commits

Author SHA1 Message Date
Aires ce1291820a Audio: remove sound.enable per nixpkgs 2024-07-15 08:52:16 -04:00
Aires 2098c3c348 Shura: enable bindFS again for Flatpaks (oy) 2024-07-15 08:48:17 -04:00
3 changed files with 5 additions and 4 deletions

View file

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

View file

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

View file

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