chore: update flake.lock and refactor GUI service config

This commit is contained in:
uttarayan21
2025-11-21 12:05:54 +05:30
parent 2ff867e6b6
commit 682531cff4
4 changed files with 15 additions and 15 deletions

View File

@@ -180,7 +180,7 @@
anyrun-overlay = final: prev: {
anyrun =
inputs.anyrun.packages.${prev.system}.anyrun.overrideAttrs
(finalAttrs: prevAttrs: {cargoPatches = [./patches/ctrl-np.patch];});
(finalAttrs: prevAttrs: {patches = [./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;