Fix spelling mistake
This commit is contained in:
parent
5bfff83cf4
commit
6241e0e1fe
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@
|
||||||
inputs.nixos-hardware.nixosModules.lenovo-thinkpad-t470s
|
inputs.nixos-hardware.nixosModules.lenovo-thinkpad-t470s
|
||||||
];
|
];
|
||||||
profileModules = [
|
profileModules = [
|
||||||
./nixos/profiles/role-worstation.nix
|
./nixos/profiles/role-workstation.nix
|
||||||
./nixos/profiles/role-dev.nix
|
./nixos/profiles/role-dev.nix
|
||||||
{ home-manager.users.jahanson = ./nixos/home/jahanson/workstation.nix; }
|
{ home-manager.users.jahanson = ./nixos/home/jahanson/workstation.nix; }
|
||||||
];
|
];
|
||||||
|
|
Reference in a new issue