feat: Use upstream anyrun with a patch applied
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user