nix-stuff/roles/desktop/default.nix

7 lines
84 B
Nix

{...}: {
imports = [
./services
./programs
./configuration.nix
];
}