This commit is contained in:
zack 2025-01-12 13:37:57 -05:00
parent 5c08802127
commit 9bc381a8bf
No known key found for this signature in database
GPG key ID: EE8A2B709E2401D1
13 changed files with 767 additions and 70 deletions

View file

@ -45,6 +45,7 @@ in {
wayland.windowManager.hyprland = {
enable = true;
package = inputs.hyprland.packages.${pkgs.system}.hyprland;
xwayland.enable = true;
systemd = {
@ -161,7 +162,8 @@ in {
force_default_wallpaper = 0;
disable_hyprland_logo = true;
vfr = true;
vfr = false;
vrr = 2;
# dpms
# mouse_move_enables_dpms = true; # enable dpms on mouse/touchpad action
@ -173,6 +175,11 @@ in {
force_zero_scaling = true;
};
experimental = {
hdr = false;
xx_color_management_v4 = true;
};
cursor = {
no_hardware_cursors = true;
};