[tohru] Install npins and colmena, and separate CLI/graphical pkgs

This commit is contained in:
Katherina Walshe-Grey 2024-05-28 15:32:59 +01:00
parent 0e4b37925a
commit a2cf41eeff

View file

@ -38,19 +38,20 @@
isNormalUser = true; isNormalUser = true;
extraGroups = [ "wheel" "networkmanager" ]; extraGroups = [ "wheel" "networkmanager" ];
packages = with pkgs; [ packages = with pkgs; [
tor-browser-bundle-bin bitwarden
firefox firefox
tree tor-browser-bundle-bin
]; ];
}; };
# List packages installed in system profile. To search, run: # List packages installed in system profile. To search, run:
# $ nix search wget # $ nix search wget
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
# vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. colmena
bitwarden
git git
npins
plocate plocate
tree
wget wget
]; ];