move essentials

This commit is contained in:
4DBug
2026-03-03 15:05:38 -06:00
parent b34040203c
commit 4974969c6f

View File

@@ -0,0 +1,26 @@
{
den.aspects.essentials = {
nixos = { pkgs, ... }: {
environment.systemPackages = with pkgs; [
comma
fastfetch
git
home-manager
inetutils
micro
nh
nil
nixd
nixfmt
nix-index
nix-output-monitor
nix-prefetch
nvd
psmisc
tree
unzip
wget
];
};
};
}