[tohru] Install npins and colmena, and separate CLI/graphical pkgs
This commit is contained in:
parent
0e4b37925a
commit
a2cf41eeff
|
@ -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
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue