From 07f77a6ba05e5fc4b72ca47a43acc4ed0e2d4495 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Fri, 12 Dec 2025 13:11:38 +0100 Subject: Update to 25.11, manually pull in deprecated stuff for emacs I do not understand why helm-ag and helm-sweep were removed in MELPA… They work perfectly fine. --- gui/pass.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui/pass.nix') diff --git a/gui/pass.nix b/gui/pass.nix index b400292..00e66df 100644 --- a/gui/pass.nix +++ b/gui/pass.nix @@ -8,7 +8,7 @@ let text = '' #!/usr/bin/env bash - ${pkgs.rofi-wayland}/bin/rofi -dmenu -p "pass" "$@" + ${pkgs.rofi}/bin/rofi -dmenu -p "pass" "$@" ''; }; -- cgit v1.2.3