feat: install nautilus + mouting virtual filesystems through nautilus
This commit is contained in:
parent
74d6bcf111
commit
172f5c1d32
|
@ -154,6 +154,9 @@ in {
|
||||||
|
|
||||||
nixfmt
|
nixfmt
|
||||||
|
|
||||||
|
gnome.nautilus
|
||||||
|
jmtpfs
|
||||||
|
|
||||||
mpv
|
mpv
|
||||||
feh
|
feh
|
||||||
keepassxc
|
keepassxc
|
||||||
|
@ -629,6 +632,9 @@ in {
|
||||||
autoPrune.enable = true;
|
autoPrune.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# enable gnome virtual file system
|
||||||
|
services.gvfs.enable = true;
|
||||||
|
|
||||||
# enable ssh agent
|
# enable ssh agent
|
||||||
programs.ssh.startAgent = true;
|
programs.ssh.startAgent = true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue