1
0
Fork 0
This commit is contained in:
Pratham Patel 2024-01-21 12:16:16 +05:30
parent 0abab637d1
commit 0a5f9f4b61
Signed by: thefossguy
SSH Key Fingerprint: SHA256:/B3wAg7jnMEBQ2JwkebbS/eXVZANDmqRfnd9QkIhxMI
1 changed files with 7 additions and 0 deletions

View File

@ -24,13 +24,20 @@
hardwareClockInLocalTime = true;
};
# yes I know that 'programs.<pkg>.enable' exist but this is just an ISO
environment.systemPackages = with pkgs; [
bat
btop
curl
dmidecode
git
htop
iperf
neovim
ripgrep
rsync
tmux
tree
vim
];
}