From c13603ebb93d3fa225b11c863ec5e0d19e6a45a4 Mon Sep 17 00:00:00 2001 From: Remy Moll Date: Thu, 9 Oct 2025 10:05:39 +0200 Subject: [PATCH] remove hypr from home-manager config --- users/remy_usb/default.nix | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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 ]; }