6 lines
125 B
Nix
6 lines
125 B
Nix
{ inputs, ... }: {
|
|
imports = with inputs.self; with inputs.self.nixosProfiles; [
|
|
inputs.self.nixosRoles.desktop
|
|
];
|
|
}
|