sway: Fix optional include for output config
This commit is contained in:
parent
a61ad1ed68
commit
eddd072490
|
@ -16,7 +16,7 @@
|
||||||
};
|
};
|
||||||
output = {
|
output = {
|
||||||
"*".bg = "/home/fleaz/Downloads/spongebob.jpg fill";
|
"*".bg = "/home/fleaz/Downloads/spongebob.jpg fill";
|
||||||
} // lib.optionals (nixosConfig.networking.hostName == "cray") {
|
} // lib.optionalAttrs (nixosConfig.networking.hostName == "cray") {
|
||||||
"DP-1" = {
|
"DP-1" = {
|
||||||
mode = "1920x1200";
|
mode = "1920x1200";
|
||||||
transform = "270";
|
transform = "270";
|
||||||
|
|
Loading…
Reference in a new issue