fixed type

This commit is contained in:
Nickiel12 2023-03-31 18:55:21 -07:00
parent c0a929362c
commit d5559cf38b

View file

@ -26,7 +26,7 @@
inherit inputs nixpkgs home-manager user kmonad ;
# Home server
Alaska = lib.nixossystem {
Alaska = lib.nixosSystem {
inherit system;
specialArgs = { inherit user; };