fonts and pihole changes
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
@@ -19,30 +19,40 @@ in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
fonts.packages = with pkgs; [
|
fonts = {
|
||||||
inputs.fonts.packages.${pkgs.system}.vcr-mono
|
packages = with pkgs; [
|
||||||
noto-fonts
|
inputs.fonts.packages.${pkgs.system}.vcr-mono
|
||||||
noto-fonts-cjk-sans
|
noto-fonts
|
||||||
noto-fonts-emoji
|
noto-fonts-cjk-sans
|
||||||
liberation_ttf
|
noto-fonts-emoji
|
||||||
fira-code-symbols
|
liberation_ttf
|
||||||
font-awesome
|
fira-code-symbols
|
||||||
recursive
|
font-awesome
|
||||||
input-fonts
|
recursive
|
||||||
source-code-pro
|
input-fonts
|
||||||
nerd-fonts.jetbrains-mono
|
source-code-pro
|
||||||
ibm-plex
|
nerd-fonts.jetbrains-mono
|
||||||
nerd-fonts.fira-code
|
ibm-plex
|
||||||
nerd-fonts.fira-mono
|
nerd-fonts.fira-code
|
||||||
nerd-fonts.iosevka
|
nerd-fonts.fira-mono
|
||||||
nerd-fonts._3270
|
nerd-fonts.iosevka
|
||||||
nerd-fonts.droid-sans-mono
|
nerd-fonts._3270
|
||||||
nerd-fonts.ubuntu-mono
|
nerd-fonts.droid-sans-mono
|
||||||
nerd-fonts.overpass
|
nerd-fonts.ubuntu-mono
|
||||||
nerd-fonts.monoid
|
nerd-fonts.overpass
|
||||||
nerd-fonts.mononoki
|
nerd-fonts.monoid
|
||||||
nerd-fonts.hack
|
nerd-fonts.mononoki
|
||||||
inter
|
nerd-fonts.hack
|
||||||
];
|
nerd-fonts.tinos
|
||||||
|
inter
|
||||||
|
];
|
||||||
|
|
||||||
|
fontconfig.defaultFonts = {
|
||||||
|
serif = ["Tinos"];
|
||||||
|
sansSerif = ["Inter"];
|
||||||
|
monospace = ["Input Mono Narrow Light"];
|
||||||
|
emoji = ["Noto Color Emoji"];
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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 = [
|
||||||
|
|||||||
Reference in New Issue
Block a user