about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-03-12 15:10:01 +0900
committersefidel <contact@sefidel.net>2023-03-12 15:10:01 +0900
commit4be24b1565441b0b3ed41c362c72b2af3acc7c8a (patch)
tree8db89e8f62871724596f77a7eee25fadadc131b1 /nixos
parentf8480208c9fd3aa950f48118eae35fdb0457aade (diff)
downloadnixrc-4be24b1565441b0b3ed41c362c72b2af3acc7c8a.tar.gz
nixrc-4be24b1565441b0b3ed41c362c72b2af3acc7c8a.zip
feat(home/communication, nixos/alpha): add nheko
Diffstat (limited to 'nixos')
-rw-r--r--nixos/alpha/configuration.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/nixos/alpha/configuration.nix b/nixos/alpha/configuration.nix
index d84fd2a..3b0a000 100644
--- a/nixos/alpha/configuration.nix
+++ b/nixos/alpha/configuration.nix
@@ -140,6 +140,9 @@
 
   services.pcscd.enable = true;
 
+  programs.dconf.enable = true;
+  services.gnome.gnome-keyring.enable = true;
+
   services.greetd = {
     enable = true;
     vt = 2;