aboutsummaryrefslogtreecommitdiff
path: root/users/tdback/modules/rofi/default.nix
diff options
context:
space:
mode:
authortdback <tyler@tdback.net>2024-12-24 17:06:05 -0500
committertdback <tyler@tdback.net>2024-12-24 17:06:05 -0500
commit14d926a20dba17466355f2084fc264f746389fe9 (patch)
treefdc7ff02262566e79b3f1335b50dc7ad1d2e40db /users/tdback/modules/rofi/default.nix
parent59a1630295f209f5e09b9dca49363e6556764887 (diff)
ensure all home-manager modules are using the latest package version
Diffstat (limited to 'users/tdback/modules/rofi/default.nix')
-rw-r--r--users/tdback/modules/rofi/default.nix2
1 files changed, 1 insertions, 1 deletions
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 = {