forked from autowolf/nix
hopefully this fixes it?
This commit is contained in:
parent
fb4b2c1ed9
commit
a97c3b3885
5 changed files with 80 additions and 50 deletions
24
home.nix
24
home.nix
|
|
@ -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";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue