mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-18 17:44:06 +05:30
Fix qt styling
This commit is contained in:
parent
b927432d45
commit
80e7c3bc6b
4 changed files with 6 additions and 11 deletions
|
@ -12,7 +12,7 @@ in {
|
|||
config = lib.mkIf cfg.enable {
|
||||
home.packages = with pkgs; [
|
||||
shared-mime-info
|
||||
nautilus
|
||||
kdePackages.dolphin
|
||||
libreoffice-still
|
||||
mate.atril
|
||||
xournalpp
|
||||
|
|
|
@ -92,6 +92,8 @@ in
|
|||
stylix.targets.kitty.enable = true;
|
||||
|
||||
stylix.targets.gtk.enable = true;
|
||||
stylix.targets.kde.enable = true;
|
||||
stylix.targets.qt.enable = true;
|
||||
|
||||
home.file = {
|
||||
".config/qt5ct/colors/oomox-current.conf".source = config.lib.stylix.colors {
|
||||
|
@ -106,17 +108,10 @@ in
|
|||
template = builtins.readFile ./Trolltech.conf.mustache;
|
||||
extension = "";
|
||||
};
|
||||
".config/qt5ct/qt5ct.conf".text = pkgs.lib.mkBefore (builtins.readFile ./qt5ct.conf);
|
||||
};
|
||||
home.packages = with pkgs; [
|
||||
kdePackages.breeze kdePackages.breeze-icons pkgs.noto-fonts-monochrome-emoji
|
||||
];
|
||||
qt = {
|
||||
#enable = true;
|
||||
style.package = pkgs.kdePackages.breeze;
|
||||
style.name = "breeze-dark";
|
||||
platformTheme.name = "kde";
|
||||
};
|
||||
|
||||
fonts.fontconfig.defaultFonts = {
|
||||
monospace = [ config.stylix.fonts.monospace.name ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue