about summary refs log tree commit diff
path: root/users/fcuny/desktop/trust/keyring.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--users/fcuny/desktop/trust/keyring.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/users/fcuny/desktop/trust/keyring.nix b/users/fcuny/desktop/trust/keyring.nix
deleted file mode 100644
index 222448a..0000000
--- a/users/fcuny/desktop/trust/keyring.nix
+++ /dev/null
@@ -1,5 +0,0 @@
-{ config, lib, pkgs, ... }:
-
-{
-  services.gnome.gnome-keyring.enable = true;
-}