[nix-book] Update sway scale factor

This commit is contained in:
2024-09-10 11:09:44 -07:00
parent 5e029720ef
commit 42a34a6c40

View File

@@ -5,4 +5,8 @@
./home-default.nix ./home-default.nix
./modules/hyprland/nix-book.nix ./modules/hyprland/nix-book.nix
]; ];
home.i3_sway.extraSwayConfig = {
output.eDP-1.scale = "1.75";
};
} }