Home Gen142 @ 2024-04-28-18:52

This commit is contained in:
Jonas Röger 2024-04-28 18:52:57 +02:00
parent d3a4442662
commit 50836f9b23

View File

@ -1,6 +1,10 @@
{config, ...}: { {
config,
pkgs,
...
}: {
programs.rofi = { programs.rofi = {
location = "left"; location = "left";
theme = "sidebar by Qball"; theme = "${pkgs.rofi}/share/rofi/themes/sidebar.rasi";
}; };
} }