nixos-config/roles/workstation.nix

6 lines
125 B
Nix
Raw Normal View History

2021-11-05 21:45:23 +03:00
{ inputs, ... }: {
2022-12-07 22:05:00 +03:00
imports = with inputs.self; with inputs.self.nixosProfiles; [
inputs.self.nixosRoles.desktop
2021-11-05 21:45:23 +03:00
];
}