diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2023-05-29 17:12:38 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2023-05-29 17:12:45 +0200 |
commit | 5e55e900d06f895665e6f0eb001f6564a1096b10 (patch) | |
tree | 8682e9af78e9785829f3dba99d023306a7fdd3e6 /hosts/home.nix | |
parent | Home: Add xdg-desktop-portal-gtk to the extra portals (diff) | |
download | nixos-config-5e55e900d06f895665e6f0eb001f6564a1096b10.tar.gz nixos-config-5e55e900d06f895665e6f0eb001f6564a1096b10.tar.bz2 nixos-config-5e55e900d06f895665e6f0eb001f6564a1096b10.zip |
Home: Use gnome-keyring instead of pass-secret-service
It simply works much better :(
Diffstat (limited to 'hosts/home.nix')
-rw-r--r-- | hosts/home.nix | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/hosts/home.nix b/hosts/home.nix index 0e3614c..a29da70 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -104,8 +104,6 @@ maxCacheTtlSsh = 86400; }; - pass-secret-service.enable = true; - emacs = { enable = true; startWithUserSession = true; @@ -360,8 +358,6 @@ configFile."waybar/".source = "${dotfiles}/waybar/"; configFile."zathura/zathurarc".source = "${dotfiles}/zathurarc"; configFile."dunst/dunstrc".source = "${dotfiles}/dunstrc"; - - dataFile."password-store/.gpg-id".text = lib.head (builtins.attrNames secrets.email); }; home.file = { |