diff --git a/users/remy_usb/default.nix b/users/remy_usb/default.nix index e519669..5c2d0cb 100644 --- a/users/remy_usb/default.nix +++ b/users/remy_usb/default.nix @@ -3,12 +3,12 @@ with lib.hm.gvariant; { config = { nix-config = { - hypr = { - internal-screen = { - resolution = "auto"; - scale = "auto"; - }; - }; + # hypr = { + # internal-screen = { + # resolution = "auto"; + # scale = "auto"; + # }; + # }; }; }; @@ -21,7 +21,7 @@ with lib.hm.gvariant; ../../modules/home-manager/documents.nix ../../modules/home-manager/fish.nix ../../modules/home-manager/flatpaks.nix - ../../modules/home-manager/hypr + # ../../modules/home-manager/hypr ../../modules/home-manager/keepassxc.nix ../../modules/home-manager/kitty.nix ../../modules/home-manager/kubectl.nix @@ -31,7 +31,7 @@ with lib.hm.gvariant; ../../modules/home-manager/stylix.nix ../../modules/home-manager/thunderbird.nix ../../modules/home-manager/wofi.nix - ../../modules/home-manager/xdg-portals.nix + # ../../modules/home-manager/xdg-portals.nix ]; }