diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-04-09 14:04:31 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-04-09 14:04:31 +0200 |
| commit | 703581dffb1991a2842f5b37eb1fb1d55af0cb15 (patch) | |
| tree | 5182b53b38a36579d6c3ce0e99090b6c86bf3a67 | |
| parent | 24ff9eaf08f4d04f865641c7ee5d1eb86d2f3daa (diff) | |
added gnomeKeyring to system services
| -rw-r--r-- | system/services.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/services.nix b/system/services.nix index b6aa377..ca24a1e 100644 --- a/system/services.nix +++ b/system/services.nix @@ -9,5 +9,6 @@ libinput.enable = true; openssh.enable = true; tailscale.enable = true; + gnome.gnome-keyring.enable = true; }; } |
