diff --git a/flake.nix b/flake.nix index dd5f9ce..1282a1a 100644 --- a/flake.nix +++ b/flake.nix @@ -148,7 +148,7 @@ inputs.nixos-hardware.nixosModules.lenovo-thinkpad-t470s ]; profileModules = [ - ./nixos/profiles/role-worstation.nix + ./nixos/profiles/role-workstation.nix ./nixos/profiles/role-dev.nix { home-manager.users.jahanson = ./nixos/home/jahanson/workstation.nix; } ];