1
0
Fork 0
forked from autowolf/nix

hopefully this fixes it?

This commit is contained in:
do butterflies cry? 2026-02-23 13:08:41 +10:00
parent fb4b2c1ed9
commit a97c3b3885
5 changed files with 80 additions and 50 deletions

View file

@ -40,5 +40,29 @@
};
};
services.kanshi = {
enable = true;
systemdTarget = "hyprland-session.target";
settings = [
{
# laptop screen
output.criteria = "eDP-1"; # XXX: TODO
output.mode = "1920x1080@240.00Hz";
output.scale = 1.0;
output.adaptiveSync = false; # Variable Refresh Rate
}
{
profile.name = "girlCore";
profile.outputs = [
{
criteria = "eDP-1"; # laptop screen
position = "0,0";
}
];
}
];
};
home.stateVersion = "25.11";
}