added some tools to the server
This commit is contained in:
parent
de34f30e68
commit
3bf74bdc3a
|
@ -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
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue