diff options
author | sefidel <contact@sefidel.net> | 2023-03-12 15:10:01 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2023-03-12 15:10:01 +0900 |
commit | 4be24b1565441b0b3ed41c362c72b2af3acc7c8a (patch) | |
tree | 8db89e8f62871724596f77a7eee25fadadc131b1 /nixos/alpha | |
parent | f8480208c9fd3aa950f48118eae35fdb0457aade (diff) | |
download | nixrc-4be24b1565441b0b3ed41c362c72b2af3acc7c8a.tar.gz nixrc-4be24b1565441b0b3ed41c362c72b2af3acc7c8a.zip |
feat(home/communication, nixos/alpha): add nheko
Diffstat (limited to 'nixos/alpha')
-rw-r--r-- | nixos/alpha/configuration.nix | 3 |
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; |