diff --git a/hosts/duskfall/configuration.nix b/hosts/duskfall/configuration.nix index e9fce0c5..8d13bee8 100644 --- a/hosts/duskfall/configuration.nix +++ b/hosts/duskfall/configuration.nix @@ -10,6 +10,7 @@ # hardware cachy.enable = true; bluetooth.enable = true; + powerprofiles.enable = true; tlp.enable = false; printing.enable = true; @@ -61,6 +62,14 @@ services.xserver.wacom.enable = true; services.xserver.videoDrivers = [ "i915" ]; + services.undervolt = { + enable = true; + coreOffset = -100; + uncoreOffset = -100; + analogioOffset = -100; + gpuOffset = -100; + }; + }; } diff --git a/hosts/duskfall/home.nix b/hosts/duskfall/home.nix index b860e85f..80e97801 100644 --- a/hosts/duskfall/home.nix +++ b/hosts/duskfall/home.nix @@ -51,6 +51,10 @@ wayland.windowManager.hyprland = lib.mkIf config.userSettings.hyprland.enable { settings = { + misc = { + vfr = true; + }; + animations = { enabled = lib.mkForce "no"; }; @@ -63,13 +67,13 @@ }; }; - input = { - repeat_delay = lib.mkForce 850; - repeat_rate = lib.mkForce 80; - }; + #input = { + # repeat_delay = lib.mkForce 850; + # repeat_rate = lib.mkForce 80; + #}; monitor = [ - "eDP-1,1920x1080@60,0x0,1.25" + "eDP-1,1920x1080@48,0x0,1" ]; };