mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 07:13:55 -05:00
home/theme: theme qt6 applications
This commit is contained in:
parent
2b8bae8c04
commit
5b1fbb5030
|
@ -8,7 +8,10 @@
|
|||
in {
|
||||
config = lib.mkIf cfg.enable {
|
||||
home = {
|
||||
packages = with pkgs; [gnome.adwaita-icon-theme];
|
||||
packages = with pkgs; [
|
||||
adwaita-qt
|
||||
gnome.adwaita-icon-theme
|
||||
];
|
||||
|
||||
pointerCursor = {
|
||||
gtk.enable = true;
|
||||
|
@ -101,7 +104,7 @@ in {
|
|||
enable = true;
|
||||
platformTheme.name = "qtct";
|
||||
style = {
|
||||
package = pkgs.adwaita-qt;
|
||||
package = pkgs.adwaita-qt6;
|
||||
name =
|
||||
if cfg.darkMode
|
||||
then "Adwaita-Dark"
|
||||
|
|
Loading…
Reference in a new issue