This commit is contained in:
Kopatz
2024-12-02 12:20:07 +01:00
parent dbff418ce0
commit f6e72b0f72
7 changed files with 13 additions and 17 deletions

View File

@@ -29,9 +29,7 @@ in {
};
# https://danth.github.io/stylix/options/nixos.html
config =
let nerdfonts = pkgs.nerdfonts.override { fonts = [ "Hack" "Noto" ]; };
in lib.mkIf cfg.enable {
config = lib.mkIf cfg.enable {
home-manager = {
users.${config.mainUser.name}.stylix = {
@@ -72,7 +70,7 @@ in {
terminal = 12;
};
monospace = {
package = nerdfonts;
package = pkgs.nerd-fonts.hack;
name = "Hack";
};
};