From bd6f4a179a3fc6835536c2810ff1f1da97a028e0 Mon Sep 17 00:00:00 2001 From: HackerNCoder Date: Sun, 23 Jun 2024 18:17:18 +0200 Subject: [PATCH] Add signal-desktop and nheko --- home.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home.nix b/home.nix index 22572ed..4fad306 100644 --- a/home.nix +++ b/home.nix @@ -32,6 +32,7 @@ okteta kdePackages.ktorrent kdePackages.kcalc + signal-desktop # # It is sometimes useful to fine-tune packages, for example, by applying # # overrides. You can do that directly here, just don't forget the # # parentheses. Maybe you want to install Nerd Fonts with a limited number of @@ -70,6 +71,8 @@ enable = true; }; + programs.nheko.enable = true; + # Home Manager can also manage your environment variables through # 'home.sessionVariables'. These will be explicitly sourced when using a # shell provided by Home Manager. If you don't want to manage your shell