flake update

needed changes cause of input
This commit is contained in:
2026-08-09 17:26:26 -04:00
parent 3fa654f774
commit 28a8ccc532
3 changed files with 113 additions and 43 deletions
+4 -1
View File
@@ -157,7 +157,10 @@ in {
config = let
agl = cfg.aagl;
nurPkgs = import "${nur.outPath}/pkgs" { inherit pkgs; };
nurPkgs = import "${nur.outPath}/pkgs" {
inherit pkgs;
hildibrand = nur.inputs.hildibrand.packages.${pkgs.stdenv.hostPlatform.system}.default;
};
in {
programs.steam = lib.mkIf cfg.steam.enable {
enable = true;