nix-stuff/roles/desktop/default.nix
2023-09-29 23:28:06 +02:00

9 lines
79 B
Nix

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