anyrun: switch to upstream flake for working daemon mode

Replace nixpkgs anyrun with the upstream anyrun-org/anyrun flake,
which provides its own HM module and plugin packages. The nixpkgs
build had a broken daemon (GTK activate crash). Re-enable daemon
startup and close/open toggle.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
rope 2026-05-18 12:48:00 +01:00
parent 402f2f36f5
commit 9f2a5a2868
3 changed files with 113 additions and 11 deletions

View file

@ -33,6 +33,11 @@
# upstream needs newer stdenv than 25.11 ships.
hyprland.url = "github:hyprwm/Hyprland";
anyrun = {
url = "github:anyrun-org/anyrun";
inputs.nixpkgs.follows = "nixpkgs";
};
stylix.url = "github:nix-community/stylix";
};
outputs =
@ -44,6 +49,7 @@
, zen-browser
, nix-cachyos-kernel
, hyprland
, anyrun
, stylix
, proton-cachyos-nix
, ...