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/rofi.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui/rofi.nix') diff --git a/gui/rofi.nix b/gui/rofi.nix index 6df45ff..8155f1d 100644 --- a/gui/rofi.nix +++ b/gui/rofi.nix @@ -3,7 +3,7 @@ { programs.rofi = { enable = true; - package = pkgs.rofi-wayland; + package = pkgs.rofi; location = "top"; font = "Iosevka 12"; -- cgit v1.2.3