Fix Trash
This commit is contained in:
parent
df3152abd0
commit
b0c7c44d64
2 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,6 @@
|
|||
### TODO
|
||||
|
||||
- Load in vim configuration
|
||||
- Fix Trash
|
||||
|
||||
### Needs checking
|
||||
|
||||
|
|
|
@ -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 ];
|
||||
|
|
Loading…
Add table
Reference in a new issue