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