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