nixfiles/system/common/default.nix
NullBite 0221b8e3b4
system: install busybox with low priority
it is a good fallback for common system commands
2025-02-05 17:12:19 -05:00

12 lines
124 B
Nix

{...}:
{
imports = [
./me.nix
./remote.nix
./wm.nix
./nix.nix
./bootnext.nix
./busybox.nix
];
}