nixos/hosts/Northstar/home.nix

8 lines
108 B
Nix

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