aboutsummaryrefslogtreecommitdiff
path: root/nixos/modules/desktop.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/desktop.nix')
-rw-r--r--nixos/modules/desktop.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/nixos/modules/desktop.nix b/nixos/modules/desktop.nix
index f9056c5..4065003 100644
--- a/nixos/modules/desktop.nix
+++ b/nixos/modules/desktop.nix
@@ -124,6 +124,11 @@ in {
"image/svg" = [ "feh.desktop" ];
};
+ programs.usbkey = {
+ enable = true;
+ devicesUUID = [];
+ };
+
programs.gnupg.agent = {
enable = true;
enableSSHSupport = true;