nixos-config/roles/workstation.nix
2022-01-29 00:41:41 +03:00

6 lines
121 B
Nix

{ inputs, ... }: {
imports = with inputs.self.nixosModules; with inputs.self.nixosProfiles; [
./desktop.nix
];
}