9 lines
137 B
Nix
9 lines
137 B
Nix
{...}: {
|
|
imports = [./default.nix];
|
|
wayland.windowManager.sway.config.output = {
|
|
"eDP-1" = {
|
|
scale = "1.25";
|
|
};
|
|
};
|
|
}
|