ooknet/nixos/roles/default.nix
2024-06-11 22:37:17 +12:00

5 lines
53 B
Nix

{
imports = [
./desktop-workstation.nix
];
}