System/Nixinator: Stylix config (no targets enabled)

This commit is contained in:
2026-07-21 11:38:19 +02:00
parent 2b086cb17e
commit 551134132d
2 changed files with 32 additions and 0 deletions
+31
View File
@@ -195,6 +195,34 @@
spice-gtk
];
stylix = {
enable = true;
autoEnable = false;
base16Scheme = "${pkgs.base16-schemes}/share/themes/catppuccin-mocha.yaml";
# TODO: Duplicated from fonts module (set this inside fonts module?)
fonts = {
serif = {
package = pkgs.noto-fonts-cjk-serif;
name = "Noto Serif CJK SC";
};
sansSerif = {
package = pkgs.noto-fonts-cjk-sans;
name = "Noto Sans CJK SC";
};
monospace = {
package = pkgs.monolisa;
name = "MonoLisa Alt Script";
};
emoji = {
package = pkgs.noto-fonts-color-emoji;
name = "Noto Color Emoji";
};
};
targets = {};
};
virtualisation = {
libvirtd = {
enable = true;
@@ -231,6 +259,9 @@
};
services = {
# desktopManager.plasma6.enable = true;
# displayManager.gdm.enable = true; # Somehow, Plasma's own manager didn't work
btrfs.autoScrub = {
enable = true;
interval = "weekly";
+1
View File
@@ -30,6 +30,7 @@ in {
# Sans/Serif fonts
noto-fonts
noto-fonts-color-emoji
noto-fonts-cjk-serif
noto-fonts-cjk-sans
lxgw-wenkai
];