Set the rofi theme
This commit is contained in:
parent
1229a9c92a
commit
c462a9d35a
|
@ -9,6 +9,7 @@
|
||||||
home-manager.users.${username}.programs.rofi = {
|
home-manager.users.${username}.programs.rofi = {
|
||||||
enable = true;
|
enable = true;
|
||||||
cycle = true;
|
cycle = true;
|
||||||
|
theme = "Arc-Dark";
|
||||||
|
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
modi = "run,drun,emoji,calc";
|
modi = "run,drun,emoji,calc";
|
||||||
|
|
Loading…
Reference in a new issue