update flake

This commit is contained in:
Sean Kovacs 2025-12-24 10:38:14 -05:00
commit 9915af6522
Signed by: sckova
GPG key ID: 00F325187C68651A
3 changed files with 45 additions and 51 deletions

View file

@ -15,15 +15,6 @@
boot.kernelParams = [ "apple_dcp.show_notch=1" ];
hardware.graphics.package =
# Workaround for Mesa 25.3.0 regression
# https://github.com/nix-community/nixos-apple-silicon/issues/380
assert pkgs.mesa.version == "25.3.1";
(import (fetchTarball {
url = "https://github.com/NixOS/nixpkgs/archive/c5ae371f1a6a7fd27823bc500d9390b38c05fa55.tar.gz";
sha256 = "sha256-4PqRErxfe+2toFJFgcRKZ0UI9NSIOJa+7RXVtBhy4KE=";
}) { localSystem = pkgs.stdenv.hostPlatform; }).mesa;
catppuccin.accent = "peach";
home-manager.users.sckova = {