Home Gen143 @ 2024-04-28-18:55

This commit is contained in:
Jonas Röger 2024-04-28 18:55:19 +02:00
parent 50836f9b23
commit 7968e4fe02

View File

@ -5,6 +5,6 @@
}: { }: {
programs.rofi = { programs.rofi = {
location = "left"; location = "left";
theme = "${pkgs.rofi}/share/rofi/themes/sidebar.rasi"; theme = "${pkgs.rofi}/share/rofi/themes/sidebar-v2.rasi";
}; };
} }