temp disable qt theming

This commit is contained in:
jaina heartles 2024-08-07 18:25:11 -07:00
parent 6e3147ad0a
commit 93a82fad10
2 changed files with 4 additions and 2 deletions

View file

@ -406,7 +406,8 @@ in {
opusTools opusTools
shotcut shotcut
kdenlive kdePackages.kdenlive
glaxnimate
mediainfo mediainfo
dig dig

View file

@ -472,7 +472,8 @@ in {
home.packages = with pkgs; [ playerctl hyprpaper ]; home.packages = with pkgs; [ playerctl hyprpaper ];
qt = { qt = {
enable = true; #enable = true;
enable = false;
platformTheme.name = "gtk"; platformTheme.name = "gtk";
}; };