feat: Use upstream anyrun with a patch applied

This commit is contained in:
uttarayan21
2025-10-28 18:02:53 +05:30
parent 782b040ee6
commit 4c54d131af
5 changed files with 21 additions and 103 deletions

View File

@@ -24,7 +24,7 @@ lib.optionalAttrs device.hasGui {
./neovide.nix
./nextcloud.nix
./obs-studio.nix
./openscad.nix
# ./openscad.nix
./orcaslicer.nix
./pcsx2.nix
# ./rpcs3.nix

View File

@@ -10,6 +10,7 @@
imports = [inputs.anyrun.homeManagerModules.default];
programs.anyrun = {
enable = device.isDesktopLinux;
package = inputs.anyrun.packages.${pkgs.system}.anyrun.overrideAttrs (finalAttrs: prevAttrs: {patches = [../../patches/ctrl-np.patch];});
config = {
plugins = with inputs.anyrun.packages.${pkgs.system}; [
inputs.anyrun-nixos-options.packages.${pkgs.system}.default