nixdots/system/roles/workstation/default.nix

10 lines
101 B
Nix

{
imports = [
./services
./programs
./fonts.nix
./runners.nix
./display
];
}