[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;
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
];