Reorganize

This commit is contained in:
David C
2023-08-14 16:17:58 -04:00
parent e673e82c46
commit a466f46bc2
14 changed files with 16 additions and 13 deletions

View File

@@ -0,0 +1,17 @@
{ lib, config, pkgs, ... }: {
environment.systemPackages = with pkgs; [
wget
curl
git
zip
unzip
lsof
htop
btop
xclip
screen
usbutils
man-pages
man-pages-posix
];
}