nixos-config/roles/workstation.nix

6 lines
121 B
Nix
Raw Normal View History

2021-11-05 21:45:23 +03:00
{ inputs, ... }: {
imports = with inputs.self.nixosModules; with inputs.self.nixosProfiles; [
./desktop.nix
];
}