diff --git a/configuration.nix b/configuration.nix index ca89f09..a082e6f 100755 --- a/configuration.nix +++ b/configuration.nix @@ -161,6 +161,18 @@ in # ─── Decky ────────────────────────────────────────────────────────────────── nixpkgs.overlays = [ inputs.jovian.overlays.default + #(final: prev: { + # ollama-vulkan = prev.ollama-vulkan.overrideAttrs (old: { + # version = "0.17.5"; + # src = prev.fetchFromGitHub { + # owner = "ollama"; + # repo = "ollama"; + # tag = "v0.17.5"; + # hash = "sha256-MPcLs9O7GZoPLnpGq3LQU13j6Nhhb4InoeXLts6yncU="; + # }; + # vendorHash = "sha256-Lc1Ktdqtv2VhJQssk8K1UOimeEjVNvDWePE9WkamCos="; + # }); + #}) ]; jovian.decky-loader = { enable = true; diff --git a/home/homePkgs.nix b/home/homePkgs.nix index f5e8cff..604ba11 100755 --- a/home/homePkgs.nix +++ b/home/homePkgs.nix @@ -188,7 +188,6 @@ in }) prismlauncher protonup-qt - wineWowPackages.stable mangayomi rink protontricks diff --git a/system/nixOSPkgs.nix b/system/nixOSPkgs.nix index 52603a5..8c44d96 100755 --- a/system/nixOSPkgs.nix +++ b/system/nixOSPkgs.nix @@ -138,9 +138,6 @@ in ]; }; - # Backlight tool - light.enable = true; - # NetworkManager applet nm-applet = { enable = false;