mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-21 16:33:55 -05:00
lavaridge/hyprland: set to 60hz
This commit is contained in:
parent
228978566f
commit
438f691add
|
@ -9,7 +9,7 @@
|
|||
};
|
||||
|
||||
ar.home = {
|
||||
desktop.hyprland.laptopMonitors = ["eDP-1,2880x1920@120, 0x0, 2, vrr, 1"];
|
||||
desktop.hyprland.laptopMonitors = ["eDP-1,2880x1920@60, 0x0, 2, vrr, 0"];
|
||||
|
||||
services = {
|
||||
easyeffects = {
|
||||
|
@ -19,8 +19,6 @@
|
|||
|
||||
gammastep.enable = lib.mkForce false;
|
||||
};
|
||||
|
||||
theme.borders.radius = lib.mkForce 10;
|
||||
};
|
||||
}
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue