nixos-config/roles/workstation.nix
2022-12-07 22:05:00 +03:00

6 lines
125 B
Nix

{ inputs, ... }: {
imports = with inputs.self; with inputs.self.nixosProfiles; [
inputs.self.nixosRoles.desktop
];
}