Remove unneessary stuff
This commit is contained in:
parent
d636dced9e
commit
86398b9dd1
1 changed files with 1 additions and 18 deletions
|
@ -1,22 +1,5 @@
|
|||
{
|
||||
pkgs,
|
||||
config,
|
||||
...
|
||||
}: let
|
||||
qtctConf = ''
|
||||
[Appearance]
|
||||
style=kvantum
|
||||
icon_theme=${config.stylix.iconTheme.${config.stylix.polarity}}
|
||||
|
||||
[Fonts]
|
||||
general="${config.stylix.fonts.sansSerif.name},${builtins.toString config.stylix.fonts.sizes.applications},-1,5,50,0,0,0,0,0,Regular"
|
||||
fixed="${config.stylix.fonts.monospace.name},${builtins.toString config.stylix.fonts.sizes.applications},-1,5,50,0,0,0,0,0,Regular"
|
||||
'';
|
||||
in {
|
||||
{...}: {
|
||||
qt = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
xdg.configFile."qt5ct/qt5ct.conf".text = qtctConf;
|
||||
xdg.configFile."qt6ct/qt6ct.conf".text = qtctConf;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue