feat: install nautilus + mouting virtual filesystems through nautilus

This commit is contained in:
Laureηt 2023-03-14 14:11:04 +01:00
parent 74d6bcf111
commit 172f5c1d32
Signed by: Laurent
SSH key fingerprint: SHA256:kZEpW8cMJ54PDeCvOhzreNr4FSh6R13CMGH/POoO8DI

View file

@ -154,6 +154,9 @@ in {
nixfmt
gnome.nautilus
jmtpfs
mpv
feh
keepassxc
@ -629,6 +632,9 @@ in {
autoPrune.enable = true;
};
# enable gnome virtual file system
services.gvfs.enable = true;
# enable ssh agent
programs.ssh.startAgent = true;