manage rofi with home-manager

This commit is contained in:
Rachel Lambda Samuelsson 2023-09-01 15:21:19 +02:00
parent 5817aafd3b
commit 2ea79fb220

View File

@ -42,7 +42,6 @@ in
zathura zathura
gnupg gnupg
agda agda
rofi
discord discord
dig dig
xxd xxd
@ -131,6 +130,11 @@ in
profile = "gpu-hq"; profile = "gpu-hq";
}; };
}; };
rofi = {
enable = true;
theme = "solarized";
}
emacs = { emacs = {
enable = true; enable = true;