fix after bump version
This commit is contained in:
parent
8136d3ca50
commit
37f59db944
9 changed files with 76 additions and 98 deletions
|
@ -30,20 +30,6 @@ in
|
|||
stylix.autoEnable = false;
|
||||
stylix.homeManagerIntegration.autoImport = true;
|
||||
stylix.homeManagerIntegration.followSystem = true;
|
||||
stylix.fonts = {
|
||||
monospace = {
|
||||
name = "JetBrainsMono Nerd Font";
|
||||
package = pkgs.nerdfonts.override { fonts = [ "JetBrainsMono" ]; };
|
||||
};
|
||||
serif = {
|
||||
name = "Noto Serif CJK SC";
|
||||
package = pkgs.noto-fonts;
|
||||
};
|
||||
sansSerif = {
|
||||
name = "Noto Sans CJK SC";
|
||||
package = pkgs.noto-fonts;
|
||||
};
|
||||
};
|
||||
|
||||
stylix.targets = {
|
||||
console.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue