remove hypr from home-manager config

This commit is contained in:
2025-10-09 10:05:39 +02:00
parent 493859058e
commit c13603ebb9

View File

@@ -3,12 +3,12 @@ with lib.hm.gvariant;
{ {
config = { config = {
nix-config = { nix-config = {
hypr = { # hypr = {
internal-screen = { # internal-screen = {
resolution = "auto"; # resolution = "auto";
scale = "auto"; # scale = "auto";
}; # };
}; # };
}; };
}; };
@@ -21,7 +21,7 @@ with lib.hm.gvariant;
../../modules/home-manager/documents.nix ../../modules/home-manager/documents.nix
../../modules/home-manager/fish.nix ../../modules/home-manager/fish.nix
../../modules/home-manager/flatpaks.nix ../../modules/home-manager/flatpaks.nix
../../modules/home-manager/hypr # ../../modules/home-manager/hypr
../../modules/home-manager/keepassxc.nix ../../modules/home-manager/keepassxc.nix
../../modules/home-manager/kitty.nix ../../modules/home-manager/kitty.nix
../../modules/home-manager/kubectl.nix ../../modules/home-manager/kubectl.nix
@@ -31,7 +31,7 @@ with lib.hm.gvariant;
../../modules/home-manager/stylix.nix ../../modules/home-manager/stylix.nix
../../modules/home-manager/thunderbird.nix ../../modules/home-manager/thunderbird.nix
../../modules/home-manager/wofi.nix ../../modules/home-manager/wofi.nix
../../modules/home-manager/xdg-portals.nix # ../../modules/home-manager/xdg-portals.nix
]; ];
} }