mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 05:53:56 -05:00
lavaridge/hyprland: set to 60hz
This commit is contained in:
parent
228978566f
commit
438f691add
|
@ -9,7 +9,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
ar.home = {
|
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 = {
|
services = {
|
||||||
easyeffects = {
|
easyeffects = {
|
||||||
|
@ -19,8 +19,6 @@
|
||||||
|
|
||||||
gammastep.enable = lib.mkForce false;
|
gammastep.enable = lib.mkForce false;
|
||||||
};
|
};
|
||||||
|
|
||||||
theme.borders.radius = lib.mkForce 10;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue