26 lines
411 B
Nix
26 lines
411 B
Nix
{
|
|
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
|
|
];
|
|
};
|
|
};
|
|
} |