nixfiles/flake/default.nix
NullBite c7d841b3e8 flake.nix: move main flake into config block
grrr why do people always insist on dumping options into the main block
of the module
2025-02-07 02:01:20 +00:00

7 lines
51 B
Nix

{ ... }:
{
imports = [
./packages.nix
];
}