disable qt theming to not rely on runtime libs

This commit is contained in:
Daniel Lovbrotte Olsen 2024-03-20 11:02:33 +01:00
parent ea8a1c1136
commit ae2a87ef23
1 changed files with 4 additions and 4 deletions

View File

@ -150,10 +150,10 @@ in
name = "breeze"; name = "breeze";
}; };
}; };
qt = { # qt = {
enable = true; # enable = true;
platformTheme = "gtk"; # platformTheme = "gtk";
}; # };
xsession.windowManager.command = lib.mkIf non-nixos.enable (lib.mkForce "${pkgs.nixgl.auto.nixGLDefault}/bin/nixGL ${config.xsession.windowManager.i3.package}/bin/i3"); xsession.windowManager.command = lib.mkIf non-nixos.enable (lib.mkForce "${pkgs.nixgl.auto.nixGLDefault}/bin/nixGL ${config.xsession.windowManager.i3.package}/bin/i3");