mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2025-10-10 00:31:54 +05:30
refactor(qt): consolidate qt configuration options
This commit is contained in:
@@ -30,10 +30,14 @@
|
|||||||
name = "Bibata-Modern-Ice";
|
name = "Bibata-Modern-Ice";
|
||||||
};
|
};
|
||||||
|
|
||||||
qt.enable = true;
|
qt = {
|
||||||
qt.platformTheme.name = "gtk";
|
enable = true;
|
||||||
qt.style.name = "adwaita-dark";
|
platformTheme.name = "gtk";
|
||||||
qt.style.package = pkgs.adwaita-qt;
|
style = {
|
||||||
|
name = "adwaita-dark";
|
||||||
|
package = pkgs.adwaita-qt;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
gtk = {
|
gtk = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
Reference in New Issue
Block a user