add some packages

This commit is contained in:
RootHost-Stormwind
2025-01-13 01:31:28 +01:00
parent 4f3c9ceb7a
commit 7dd3c8170d

View File

@@ -8,6 +8,9 @@
# $ nix search wget
environment.systemPackages = with pkgs; [
neovim
tldr
htop
hyfetch
];
}