From 277e581e20d69ac5fc89bca93bf749364a89edc4 Mon Sep 17 00:00:00 2001 From: tomoron Date: Wed, 16 Jul 2025 20:06:52 +0200 Subject: [PATCH] remove full home config --- osConfigs/hosts/iso.nix | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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 +# ]; +# }; }