home/sway: Add screen config for smithers

This commit is contained in:
fleaz 2024-04-30 22:11:06 +02:00
parent 62b8e09a20
commit a440429c6d

View file

@ -33,6 +33,12 @@ in
scale = "1.3";
position = "2953,0";
};
} // lib.optionalAttrs (nixosConfig.networking.hostName == "smithers") {
"eDP-1" = {
mode = "2256x1504";
scale = "1.3";
position = "0,0";
};
};
gaps = { inner = 8; };