From 14d926a20dba17466355f2084fc264f746389fe9 Mon Sep 17 00:00:00 2001 From: tdback Date: Tue, 24 Dec 2024 17:06:05 -0500 Subject: ensure all home-manager modules are using the latest package version --- users/tdback/modules/rofi/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'users/tdback/modules/rofi/default.nix') diff --git a/users/tdback/modules/rofi/default.nix b/users/tdback/modules/rofi/default.nix index e3264df..8a439c4 100644 --- a/users/tdback/modules/rofi/default.nix +++ b/users/tdback/modules/rofi/default.nix @@ -2,7 +2,7 @@ { programs.rofi = { enable = true; - package = pkgs.rofi; + package = pkgs.unstable.rofi; font = "Iosevka Comfy Motion Fixed 12"; location = "center"; extraConfig = { -- cgit v1.2.3