6 lines
121 B
Nix
6 lines
121 B
Nix
{ inputs, ... }: {
|
|
imports = with inputs.self.nixosModules; with inputs.self.nixosProfiles; [
|
|
./desktop.nix
|
|
];
|
|
}
|