From a2cf41eeffa293710b657e8748e677658e7d945a Mon Sep 17 00:00:00 2001 From: Katherina Walshe-Grey Date: Tue, 28 May 2024 15:32:59 +0100 Subject: [PATCH] [tohru] Install npins and colmena, and separate CLI/graphical pkgs --- hosts/tohru/configuration.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/hosts/tohru/configuration.nix b/hosts/tohru/configuration.nix index 22b1561..2a09eb4 100644 --- a/hosts/tohru/configuration.nix +++ b/hosts/tohru/configuration.nix @@ -38,19 +38,20 @@ isNormalUser = true; extraGroups = [ "wheel" "networkmanager" ]; packages = with pkgs; [ - tor-browser-bundle-bin + bitwarden firefox - tree + tor-browser-bundle-bin ]; }; # List packages installed in system profile. To search, run: # $ nix search wget environment.systemPackages = with pkgs; [ - # vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. - bitwarden + colmena git + npins plocate + tree wget ];