added some tools to the server

This commit is contained in:
Geir Okkenhaug Jerstad 2024-05-21 13:33:10 +02:00
parent de34f30e68
commit 3bf74bdc3a

View file

@ -61,16 +61,18 @@
users.users.geir= { users.users.geir= {
isNormalUser = true; isNormalUser = true;
extraGroups = [ "wheel" ]; # Enable sudo for the user. extraGroups = [ "wheel" ];
packages = with pkgs; [ packages = with pkgs; [
tree fastfetch kitty tree kitty htop glances
mc starship zsh
]; ];
}; };
# 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; [
emacs zfs htop bottom fastfetch tmux emacs nvim zellij
zfs htop bottom fastfetch tmux
wget curl git wget curl git
]; ];