diff --git a/README.md b/README.md index 1280acf..6430e39 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,6 @@ ### TODO - Load in vim configuration -- Fix Trash ### Needs checking diff --git a/hosts/desktop.nix b/hosts/desktop.nix index 856556c..4f745cc 100644 --- a/hosts/desktop.nix +++ b/hosts/desktop.nix @@ -27,6 +27,7 @@ in udev.packages = [ pkgs.yubikey-personalization ]; pcscd.enable = true; gnome.gnome-keyring.enable = true; # For remembering nextcloud login, among other things + gvfs.enable = true; # For Trash }; environment.systemPackages = with pkgs; [ yubioath-flutter ];