about summary refs log tree commit diff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--users/fcuny/desktop/trust/default.nix1
-rw-r--r--users/fcuny/desktop/trust/keyring.nix5
2 files changed, 0 insertions, 6 deletions
diff --git a/users/fcuny/desktop/trust/default.nix b/users/fcuny/desktop/trust/default.nix
index d881926..cc5e70a 100644
--- a/users/fcuny/desktop/trust/default.nix
+++ b/users/fcuny/desktop/trust/default.nix
@@ -3,7 +3,6 @@
 {
   imports = [
     ./git.nix
-    ./keyring.nix
     ./pass.nix
     ./pgp.nix
   ];
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;
-}