fonts and pihole changes

This commit is contained in:
2025-08-02 15:43:01 +02:00
parent bb350bac0c
commit 309bd66cdc
3 changed files with 39 additions and 29 deletions

View File

@@ -35,8 +35,8 @@ in {
name = "Papirus-Dark"; name = "Papirus-Dark";
}; };
font = { font = {
name = "Input Sans Narrow Light"; name = "Inter Light";
size = 10; size = 11;
}; };
cursorTheme = { cursorTheme = {
# package = pkgs.catppuccin-cursors.latteDark; # package = pkgs.catppuccin-cursors.latteDark;

View File

@@ -19,7 +19,8 @@ in {
}; };
config = mkIf cfg.enable { config = mkIf cfg.enable {
fonts.packages = with pkgs; [ fonts = {
packages = with pkgs; [
inputs.fonts.packages.${pkgs.system}.vcr-mono inputs.fonts.packages.${pkgs.system}.vcr-mono
noto-fonts noto-fonts
noto-fonts-cjk-sans noto-fonts-cjk-sans
@@ -42,7 +43,16 @@ in {
nerd-fonts.monoid nerd-fonts.monoid
nerd-fonts.mononoki nerd-fonts.mononoki
nerd-fonts.hack nerd-fonts.hack
nerd-fonts.tinos
inter inter
]; ];
fontconfig.defaultFonts = {
serif = ["Tinos"];
sansSerif = ["Inter"];
monospace = ["Input Mono Narrow Light"];
emoji = ["Noto Color Emoji"];
};
};
}; };
} }

View File

@@ -59,8 +59,8 @@ in {
}; };
environmentFiles = [config.age.secrets.pihole.path]; environmentFiles = [config.age.secrets.pihole.path];
ports = [ ports = [
"53:53/tcp" "192.168.88.14:53:53/tcp"
"53:53/udp" "192.168.88.14:53:53/udp"
"8053:80/tcp" "8053:80/tcp"
]; ];
extraOptions = [ extraOptions = [