From f9e22f47819e679ba48a36e96275d618c22836b9 Mon Sep 17 00:00:00 2001 From: Christian Ott Date: Sun, 23 Jun 2024 10:31:27 +0200 Subject: [PATCH] add dependencies --- home.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/home.nix b/home.nix index 85c32a4..2027f63 100644 --- a/home.nix +++ b/home.nix @@ -22,8 +22,15 @@ obsidian jq skypeforlinux + direnv + + slack + jetbrains-toolbox + nextcloud-client + ]; + programs.ssh = { enable = true; extraConfig = '' @@ -32,6 +39,7 @@ ''; }; + # This value determines the home Manager release that your # configuration is compatible with. This helps avoid breakage # when a new home Manager release introduces backwards