Skip to content

Commit

Permalink
fix: font and env
Browse files Browse the repository at this point in the history
Signed-off-by: Anthony Rabbito <[email protected]>
  • Loading branch information
anthr76 committed Jan 4, 2025
1 parent 7aeab93 commit f500991
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions nixos/hosts/lattice/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,14 @@
# boot.kernelPackages = pkgs.linuxPackages_testing;
system.stateVersion = "23.05";
# TODO: Find this on FW16
# environment.variables.DXVK_FILTER_DEVICE_NAME = "AMD Radeon RX 7900 XTX (RADV NAVI31)";
# Debugging Gamescope
environment.systemPackages = [ pkgs.gdb ];
environment.variables.DXVK_FILTER_DEVICE_NAME = "AMD Radeon RX 7700S (RADV NAVI33)";
chaotic.nyx.overlay.onTopOf = "user-pkgs";
services.scx.enable = true;
services.scx.scheduler = "scx_bpfland";
fonts.fontconfig = {
antialias = false;
subpixel.rgba = "none";
hinting.style = "full";
antialias = true;
subpixel.rgba = "rgb";
hinting.style = "slight";
defaultFonts.emoji = [
"Noto Color Emoji"
];
Expand Down

0 comments on commit f500991

Please sign in to comment.