Change gtk and qt themes

This commit is contained in:
Paul-Henri Froidmont 2023-03-27 09:28:51 +02:00
parent 280fd08a6b
commit 4bd61a3bb9
Signed by: phfroidmont
GPG key ID: BE948AFD7E7873BE
266 changed files with 155 additions and 48064 deletions

View file

@ -10,7 +10,13 @@ in {
config = mkIf cfg.enable {
modules = {
desktop.polybar.enable = true;
desktop = {
polybar.enable = true;
themes = {
gtk.enable = true;
qt.enable = true;
};
};
apps.rofi.enable = true;
};