From 172f5c1d3287133c277772b270611c11c82d11b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laure=CE=B7t?= Date: Tue, 14 Mar 2023 14:11:04 +0100 Subject: [PATCH] feat: install nautilus + mouting virtual filesystems through nautilus --- hosts/neodymium/configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hosts/neodymium/configuration.nix b/hosts/neodymium/configuration.nix index 1007b1b..3d08a12 100644 --- a/hosts/neodymium/configuration.nix +++ b/hosts/neodymium/configuration.nix @@ -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;