From 50836f9b234c83317d3e044e5815cafa9d3dfff4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Sun, 28 Apr 2024 18:52:57 +0200 Subject: [PATCH] Home Gen142 @ 2024-04-28-18:52 --- home/jonas/rofi/config.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/home/jonas/rofi/config.nix b/home/jonas/rofi/config.nix index f33efaf..96429c9 100644 --- a/home/jonas/rofi/config.nix +++ b/home/jonas/rofi/config.nix @@ -1,6 +1,10 @@ -{config, ...}: { +{ + config, + pkgs, + ... +}: { programs.rofi = { location = "left"; - theme = "sidebar by Qball"; + theme = "${pkgs.rofi}/share/rofi/themes/sidebar.rasi"; }; }