diff --git a/osConfigs/hosts/iso.nix b/osConfigs/hosts/iso.nix index 634f0b5..98a7b8c 100644 --- a/osConfigs/hosts/iso.nix +++ b/osConfigs/hosts/iso.nix @@ -13,13 +13,13 @@ services.getty.autologinUser = lib.mkForce "tom"; services.getty.helpLine = lib.mkForce ""; - programs.hyprland.enable = true; +# programs.hyprland.enable = true; - home-manager.extraSpecialArgs = { inherit inputs; inherit pkgs; isOs = true;}; - home-manager.users.tom = { - imports = [ - ../../homeConfigs/home.nix - ../../homeConfigs/hosts/iso.nix - ]; - }; +# home-manager.extraSpecialArgs = { inherit inputs; inherit pkgs; isOs = true;}; +# home-manager.users.tom = { +# imports = [ +# ../../homeConfigs/home.nix +# ../../homeConfigs/hosts/iso.nix +# ]; +# }; }