nixfiles/system/profile/default.nix
2024-02-16 17:06:13 +01:00

8 lines
58 B
Nix

{...}:
{
imports = [
./base.nix
./pc.nix
];
}