Add and sort system packages
This commit is contained in:
13
base.nix
13
base.nix
@ -20,12 +20,15 @@
|
||||
nix.gc.automatic = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
git
|
||||
vim
|
||||
nano
|
||||
wget
|
||||
tmux
|
||||
file
|
||||
git
|
||||
htop
|
||||
nano
|
||||
nvim
|
||||
tmux
|
||||
vim
|
||||
wget
|
||||
|
||||
kitty.terminfo
|
||||
];
|
||||
|
||||
|
Reference in New Issue
Block a user