nixfiles/home/profile/default.nix
2024-02-16 17:55:17 +01:00

8 lines
58 B
Nix

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