1
0
forked from KYS/maxfiles
nix-config/conf/users/.default/hypr/settings.nix
2025-09-23 16:37:32 +02:00

17 lines
254 B
Nix

{
...
}:
{
monitor = [
"eDP-1,1920x1080@60,0x0,1"
"HDMI-A-1,2560x1440@144,1920x0,1"
];
misc = {
"vrr" = "0";
#"disable_hyprland_logo" = "true";
"disable_splash_rendering" = "true";
"force_default_wallpaper" = "0";
};
}