chore: update flake.lock and adjust program definitions

This commit is contained in:
uttarayan21
2025-10-27 18:09:56 +05:30
parent cf8314dbd0
commit 782b040ee6
7 changed files with 117 additions and 88 deletions

View File

@@ -170,7 +170,7 @@
anyrun-overlay = final: prev: {
anyrun =
inputs.anyrun.packages.${prev.system}.anyrun.overrideAttrs
(finalAttrs: prevAttrs: {cargoPatches = [./patches/anyrun.patch];});
(finalAttrs: prevAttrs: {cargoPatches = [./patches/ctrl-np.patch];});
hyprwin = inputs.anyrun-hyprwin.packages.${prev.system}.hyprwin;
nixos-options = inputs.anyrun-nixos-options.packages.${prev.system}.default;
anyrun-rink = inputs.anyrun-rink.packages.${prev.system}.default;