diff --git a/home/home-nix-book.nix b/home/home-nix-book.nix index 315c253..fdc1dfb 100644 --- a/home/home-nix-book.nix +++ b/home/home-nix-book.nix @@ -5,4 +5,8 @@ ./home-default.nix ./modules/hyprland/nix-book.nix ]; + + home.i3_sway.extraSwayConfig = { + output.eDP-1.scale = "1.75"; + }; }