Skip to content

Commit

Permalink
fix: add scaling parameters to ws
Browse files Browse the repository at this point in the history
  • Loading branch information
FredeHoey committed Oct 29, 2024
1 parent 4365b86 commit f469903
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions systems/ws.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,10 @@
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
hardware.cpu.amd.updateMicrocode =
lib.mkDefault config.hardware.enableRedistributableFirmware;

# compensate for high dpi
stylix.fonts.sizes = {
applications = 9;
terminal = 10;
};
}

0 comments on commit f469903

Please sign in to comment.