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/configuration.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/configuration.nix')
-rw-r--r-- | hosts/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/configuration.nix b/hosts/configuration.nix index cf1dd29..1be0c27 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -153,6 +153,7 @@ port = 22; }]; }; + gnome.gnome-keyring.enable = true; unbound.enable = true; dbus.enable = true; irqbalance.enable = true; |