zenix: update, switch back to hyprland

This commit is contained in:
Tristan 2026-01-02 14:01:10 +00:00
parent 981cfea419
commit c358881432
6 changed files with 100 additions and 107 deletions

View file

@ -81,26 +81,26 @@
home-manager.users.${user}.imports = [
{
home.stateVersion = "22.05";
programs.niri.settings = {
outputs."HP Inc. HP 24x 1CR9500W9Q" = {
mode = {
width = 1920;
height = 1080;
refresh = 143.855;
};
variable-refresh-rate = true;
scale = 1.0;
};
outputs."HDMI-A-1" = {
mode = {
width = 3840;
height = 2160;
refresh = 120.0;
};
variable-refresh-rate = true;
scale = 2.5;
};
};
# programs.niri.settings = {
# outputs."HP Inc. HP 24x 1CR9500W9Q" = {
# mode = {
# width = 1920;
# height = 1080;
# refresh = 143.855;
# };
# variable-refresh-rate = true;
# scale = 1.0;
# };
# outputs."HDMI-A-1" = {
# mode = {
# width = 3840;
# height = 2160;
# refresh = 120.0;
# };
# variable-refresh-rate = true;
# scale = 2.5;
# };
# };
}
];
}