nix/hosts/rick/includes/home-manager.nix

8 lines
103 B
Nix

_:
{
wayland.windowManager.sway.config.output = {
"eDP-1" = {
scale = "1.3";
};
};
}