From 377e48aa0d169ceb456ad4d708697c75851cc4fa Mon Sep 17 00:00:00 2001 From: Nathan Braswell Date: Tue, 11 Nov 2025 20:18:06 -0500 Subject: [PATCH] update 32bit flag, change background --- flake.nix | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/flake.nix b/flake.nix index 28dd764..47865e9 100644 --- a/flake.nix +++ b/flake.nix @@ -43,7 +43,8 @@ platforms = platforms.all; }; })); - background = ./GitS_other_alley_zoom.png; + #background = ./GitS_other_alley_zoom.png; + background = ./GitS_alley_to_water_zoom.png; homeManagerSharedModule = { home-manager.useGlobalPkgs = true; home-manager.users.nathan = ((import ./home-manager/home.nix) { username = "nathan"; homeDirectory = "/home/nathan"; backgroundImg = background; email = "miloignis@gmail.com"; }); @@ -106,12 +107,11 @@ polarity = "dark"; #polarity = "light"; fonts = { - # hehe casual as serif serif = { package = (make_besley pkgs lib); name = "Besley"; }; - #serif = { package = pkgs.recursive; name = "Recursive Sans Linear Static"; }; #sansSerif = { package = pkgs.recursive; name = "Recursive Sans Linear Static"; }; sansSerif = { package = pkgs.inter; name = "Inter"; }; monospace = { package = pkgs.recursive; name = "Recursive Mono Linear Static"; }; + #monospace = { package = pkgs.maple-mono.truetype; name = "Maple Mono"; }; emoji = { package = pkgs.noto-fonts-emoji; name = "Noto Color Emoji"; }; }; }; @@ -140,8 +140,7 @@ }; }; # For steam, and Vulkan in general - #hardware.opengl.driSupport = true; - hardware.opengl.driSupport32Bit = true; + hardware.graphics.enable32Bit = true; hardware.steam-hardware.enable = true; programs.steam.enable = true;