Fix qt styling
This commit is contained in:
4
flake.lock
generated
4
flake.lock
generated
@@ -1024,13 +1024,13 @@
|
|||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1755997543,
|
"lastModified": 1755997543,
|
||||||
"narHash": "sha256-/fejmCQ7AWa655YxyPxRDbhdU7c5+wYsFSjmEMXoBCM=",
|
"narHash": "sha256-/fejmCQ7AWa655YxyPxRDbhdU7c5+wYsFSjmEMXoBCM=",
|
||||||
"owner": "danth",
|
"owner": "nix-community",
|
||||||
"repo": "stylix",
|
"repo": "stylix",
|
||||||
"rev": "f47c0edcf71e802378b1b7725fa57bb44fe85ee8",
|
"rev": "f47c0edcf71e802378b1b7725fa57bb44fe85ee8",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "danth",
|
"owner": "nix-community",
|
||||||
"repo": "stylix",
|
"repo": "stylix",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
@@ -107,7 +107,7 @@
|
|||||||
inputs.home-manager.follows = "home-manager";
|
inputs.home-manager.follows = "home-manager";
|
||||||
};
|
};
|
||||||
|
|
||||||
stylix.url = "github:danth/stylix";
|
stylix.url = "github:nix-community/stylix";
|
||||||
|
|
||||||
emacs-overlay = {
|
emacs-overlay = {
|
||||||
url = "github:nix-community/emacs-overlay";
|
url = "github:nix-community/emacs-overlay";
|
||||||
|
@@ -12,7 +12,7 @@ in {
|
|||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
shared-mime-info
|
shared-mime-info
|
||||||
nautilus
|
kdePackages.dolphin
|
||||||
libreoffice-still
|
libreoffice-still
|
||||||
mate.atril
|
mate.atril
|
||||||
xournalpp
|
xournalpp
|
||||||
|
@@ -92,6 +92,8 @@ in
|
|||||||
stylix.targets.kitty.enable = true;
|
stylix.targets.kitty.enable = true;
|
||||||
|
|
||||||
stylix.targets.gtk.enable = true;
|
stylix.targets.gtk.enable = true;
|
||||||
|
stylix.targets.kde.enable = true;
|
||||||
|
stylix.targets.qt.enable = true;
|
||||||
|
|
||||||
home.file = {
|
home.file = {
|
||||||
".config/qt5ct/colors/oomox-current.conf".source = config.lib.stylix.colors {
|
".config/qt5ct/colors/oomox-current.conf".source = config.lib.stylix.colors {
|
||||||
@@ -106,17 +108,10 @@ in
|
|||||||
template = builtins.readFile ./Trolltech.conf.mustache;
|
template = builtins.readFile ./Trolltech.conf.mustache;
|
||||||
extension = "";
|
extension = "";
|
||||||
};
|
};
|
||||||
".config/qt5ct/qt5ct.conf".text = pkgs.lib.mkBefore (builtins.readFile ./qt5ct.conf);
|
|
||||||
};
|
};
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
kdePackages.breeze kdePackages.breeze-icons pkgs.noto-fonts-monochrome-emoji
|
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 = {
|
fonts.fontconfig.defaultFonts = {
|
||||||
monospace = [ config.stylix.fonts.monospace.name ];
|
monospace = [ config.stylix.fonts.monospace.name ];
|
||||||
|
Reference in New Issue
Block a user