feat: use new displays, for automatic automapaper

This commit is contained in:
Noa Aarts 2024-09-04 22:20:44 +02:00
parent 4c4beedc71
commit e3c6cdf606
Signed by: noa
GPG key ID: 1850932741EFF672
5 changed files with 350 additions and 286 deletions

View file

@ -27,7 +27,29 @@
nixpkgs.config.allowUnfree = true;
modules = {
hyprland.enable = true;
hyprland = {
enable = true;
displays = [
{
name = "DP-3";
horizontal = 2560;
vertical = 1440;
horizontal-offset = 2560;
vertical-offset = 0;
refresh-rate = 360;
scale = "1";
}
{
name = "DP-2";
horizontal = 2560;
vertical = 1440;
horizontal-offset = 0;
vertical-offset = 0;
refresh-rate = 144;
scale = "1";
}
];
};
games.enable = true;
apps = {
enable = true;