inky
Elnu 2 years ago
parent df3152abd0
commit b0c7c44d64

@ -3,7 +3,6 @@
### TODO ### TODO
- Load in vim configuration - Load in vim configuration
- Fix Trash
### Needs checking ### Needs checking

@ -27,6 +27,7 @@ in
udev.packages = [ pkgs.yubikey-personalization ]; udev.packages = [ pkgs.yubikey-personalization ];
pcscd.enable = true; pcscd.enable = true;
gnome.gnome-keyring.enable = true; # For remembering nextcloud login, among other things gnome.gnome-keyring.enable = true; # For remembering nextcloud login, among other things
gvfs.enable = true; # For Trash
}; };
environment.systemPackages = with pkgs; [ yubioath-flutter ]; environment.systemPackages = with pkgs; [ yubioath-flutter ];

Loading…
Cancel
Save