fixes
This commit is contained in:
parent
99745a7f02
commit
7972325396
17 changed files with 839 additions and 869 deletions
|
|
@ -60,11 +60,12 @@ in {
|
|||
};
|
||||
|
||||
# Linux-specific packages (Qt theming)
|
||||
home.packages = with pkgs; lib.mkIf (!pkgs.stdenv.isDarwin) [
|
||||
qt5.qttools
|
||||
qt6Packages.qtstyleplugin-kvantum
|
||||
libsForQt5.qtstyleplugin-kvantum
|
||||
libsForQt5.qt5ct
|
||||
];
|
||||
home.packages = with pkgs;
|
||||
lib.mkIf (!pkgs.stdenv.isDarwin) [
|
||||
qt5.qttools
|
||||
qt6Packages.qtstyleplugin-kvantum
|
||||
libsForQt5.qtstyleplugin-kvantum
|
||||
libsForQt5.qt5ct
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue