configuring qt

This commit is contained in:
Bryan Ramos 2023-06-07 12:45:21 -04:00
parent cd11fb5334
commit bb691e1bcb

View file

@ -18,6 +18,12 @@ in
iconTheme.name = "Qogir";
};
qt = {
enable = true;
style.package = pkgs.juno-theme;
platformTheme = "gtk";
};
programs.btop.enable = true;
fonts.fontconfig.enable = true;