nixos-config/roles/workstation.nix
2021-11-05 21:45:23 +03:00

8 lines
134 B
Nix

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