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 | |
parent | f8480208c9fd3aa950f48118eae35fdb0457aade (diff) | |
download | nixrc-4be24b1565441b0b3ed41c362c72b2af3acc7c8a.tar.gz nixrc-4be24b1565441b0b3ed41c362c72b2af3acc7c8a.zip |
feat(home/communication, nixos/alpha): add nheko
-rw-r--r-- | home/profiles/communication/default.nix | 1 | ||||
-rw-r--r-- | nixos/alpha/configuration.nix | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/home/profiles/communication/default.nix b/home/profiles/communication/default.nix index 1e65cc3..4ad93e2 100644 --- a/home/profiles/communication/default.nix +++ b/home/profiles/communication/default.nix @@ -306,6 +306,7 @@ in ispell element-desktop-wayland + nheko (weechat.override { configure = { availablePlugins, ... }: { plugins = [ 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; |