From 84e44962ee54606a8164f9162df90369c57da9a6 Mon Sep 17 00:00:00 2001 From: Katherina Walshe-Grey Date: Wed, 4 Sep 2024 20:57:32 +0100 Subject: [PATCH] kilgharrah: install bitwarden, discord, tor-browser-bundle-bin --- hosts/kilgharrah/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/kilgharrah/default.nix b/hosts/kilgharrah/default.nix index 6aa033a..c2b18d0 100644 --- a/hosts/kilgharrah/default.nix +++ b/hosts/kilgharrah/default.nix @@ -58,6 +58,11 @@ ]; home-manager.users.qenya = { programs.vscode.enable = true; + home.packages = with pkgs; [ + bitwarden + discord + tor-browser-bundle-bin + ]; }; system.stateVersion = "24.05"; # Did you read the comment?