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"; }; }