summaryrefslogtreecommitdiffstats
path: root/users
diff options
context:
space:
mode:
authorsils <sils@sils.li>2023-10-06 21:23:06 +0200
committersils <sils@sils.li>2023-10-06 21:23:06 +0200
commit90601eab19cd77d3af79afe6f74da73dffdc003c (patch)
treeb1c3bed17d9f437bc71febb18be206e4f65cc640 /users
parentfeat(u/sils/rofi): add (diff)
downloadnix-config-90601eab19cd77d3af79afe6f74da73dffdc003c.zip
fix(u/sils/rofi): change package to rofi-wayland
Diffstat (limited to 'users')
-rw-r--r--users/sils/rofi/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/users/sils/rofi/default.nix b/users/sils/rofi/default.nix
index f215ca1..6c944c3 100644
--- a/users/sils/rofi/default.nix
+++ b/users/sils/rofi/default.nix
@@ -1,6 +1,7 @@
{pkgs, ...}: {
programs.rofi = {
enable = true;
+ package = pkgs.rofi-wayland;
terminal = "${pkgs.foot}/bin/foot";
theme = ./rounded-gray-dark.rasi;
};