1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

feat(rofi): light theme

This commit is contained in:
2022-09-19 07:28:57 +02:00
parent e0e0dd9e34
commit 736b289643

View File

@@ -8,6 +8,6 @@ in {
home-manager.users.me.programs.rofi = {
enable = true;
font = "Monospace 10";
theme = "${pkgs.rofi}/share/rofi/themes/Arc-Dark.rasi";
theme = "${pkgs.rofi}/share/rofi/themes/Arc.rasi";
};
}