nixfiles/home/profile/default.nix

7 lines
58 B
Nix

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