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;
-4
View File
@@ -85,9 +85,6 @@ in {
ollama-rocm
newelle
vlc
mediainfo
makemkv
ffmpeg
];
# Enable Polkit
@@ -128,7 +125,6 @@ in {
ffxiv.enable = true;
archon.enable = true;
minecraft.enable = true;
aagl.wavey-launcher.enable = true;
vintage-story.enable = true;
};