10 lines
177 B
Nix
10 lines
177 B
Nix
{...}: {
|
|
imports = [./work.nix];
|
|
wayland.windowManager.sway.config.output = {
|
|
"Dell Inc. DELL P3223QE CCG8YN3" = {
|
|
pos = "0 0";
|
|
scale = "1.5";
|
|
};
|
|
};
|
|
}
|