nixos/hosts/Northstar/home.nix

8 lines
107 B
Nix

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