Compare commits
No commits in common. "aa502c4b5dcd10face9a4c35cb9b2f2be283d466" and "f5345af026a9207e0c9fe3422ef8b1d8de437766" have entirely different histories.
aa502c4b5d
...
f5345af026
|
@ -91,7 +91,6 @@
|
||||||
xdg-utils
|
xdg-utils
|
||||||
xxd
|
xxd
|
||||||
alejandra
|
alejandra
|
||||||
usbutils
|
|
||||||
|
|
||||||
# VPN
|
# VPN
|
||||||
wireguard-tools
|
wireguard-tools
|
||||||
|
|
|
@ -2,21 +2,6 @@
|
||||||
pkgs,
|
pkgs,
|
||||||
config,
|
config,
|
||||||
...
|
...
|
||||||
}: let
|
}: {
|
||||||
qtctConf = ''
|
qt.enable = true;
|
||||||
[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;
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -11,15 +11,15 @@
|
||||||
librewolf.profileNames = ["pedro"];
|
librewolf.profileNames = ["pedro"];
|
||||||
};
|
};
|
||||||
fonts = {
|
fonts = {
|
||||||
|
serif = config.stylix.fonts.monospace;
|
||||||
|
|
||||||
|
sansSerif = config.stylix.fonts.monospace;
|
||||||
|
|
||||||
monospace = {
|
monospace = {
|
||||||
package = pkgs.nerd-fonts.jetbrains-mono;
|
package = pkgs.nerd-fonts.jetbrains-mono;
|
||||||
name = "JetBrainsMono Nerd Font";
|
name = "JetBrainsMono Nerd Font";
|
||||||
};
|
};
|
||||||
|
|
||||||
serif = config.stylix.fonts.monospace;
|
|
||||||
|
|
||||||
sansSerif = config.stylix.fonts.monospace;
|
|
||||||
|
|
||||||
emoji = config.stylix.fonts.monospace;
|
emoji = config.stylix.fonts.monospace;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue