System/Nixinator: Stylix config (no targets enabled)
This commit is contained in:
@@ -195,6 +195,34 @@
|
|||||||
spice-gtk
|
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 = {
|
virtualisation = {
|
||||||
libvirtd = {
|
libvirtd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
@@ -231,6 +259,9 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
|
# desktopManager.plasma6.enable = true;
|
||||||
|
# displayManager.gdm.enable = true; # Somehow, Plasma's own manager didn't work
|
||||||
|
|
||||||
btrfs.autoScrub = {
|
btrfs.autoScrub = {
|
||||||
enable = true;
|
enable = true;
|
||||||
interval = "weekly";
|
interval = "weekly";
|
||||||
|
|||||||
@@ -30,6 +30,7 @@ in {
|
|||||||
# Sans/Serif fonts
|
# Sans/Serif fonts
|
||||||
noto-fonts
|
noto-fonts
|
||||||
noto-fonts-color-emoji
|
noto-fonts-color-emoji
|
||||||
|
noto-fonts-cjk-serif
|
||||||
noto-fonts-cjk-sans
|
noto-fonts-cjk-sans
|
||||||
lxgw-wenkai
|
lxgw-wenkai
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user