12 lines
154 B
Nix
12 lines
154 B
Nix
{ config, lib, pkgs, user, ... }:
|
|
|
|
{
|
|
wayland.windowManager.sway.config = {
|
|
output = {
|
|
eDP-1 = {
|
|
scale = "1.3";
|
|
};
|
|
};
|
|
};
|
|
}
|