jt
/
conf
1
0
Fork 0

GVFS enable

This commit is contained in:
Jarkko Toivanen 2023-05-08 00:55:26 +03:00
parent b7f27dc241
commit 71c84f84fb
1 changed files with 5 additions and 0 deletions

View File

@ -136,6 +136,11 @@
nssmdns = true;
};
services.gvfs = {
enable = true;
package = pkgs.gnome3.gvfs;
};
# Enable sound with pipewire.
sound.enable = true;
hardware.pulseaudio.enable = false;