267 current 2025-01-18 12:48:17 25.05.20241217.d3c42f1 6.6.66 *

This commit is contained in:
2025-01-18 12:48:30 -05:00
parent daa29a2eb8
commit 8608df6bb6
5 changed files with 11 additions and 1 deletions

Binary file not shown.

Binary file not shown.

9
home/fonts/default.nix Normal file
View File

@@ -0,0 +1,9 @@
{pkgs, ...}: {
# bruh moment
home.packages = with pkgs; [
fontconfig
];
home.file.".local/share/fonts/NotoSans-Regular.ttf".source = ./NotoSans-Regular.ttf;
home.file.".local/share/fonts/NotoSansSymbols-Regular.ttf".source = ./NotoSansSymbols-Regular.ttf;
}

View File

@@ -10,6 +10,7 @@
./programs/programs.nix
./services/services.nix
./wallpapers/default.nix
./fonts/default.nix # need to manage fonts in two places becuase life sucks nix sucks
];
home.activation.copyScripts = lib.mkAfter ''

View File

@@ -22,7 +22,7 @@
noto-fonts-color-emoji
];
fontDir.enable = true;
# fontDir.enable = true;
fontconfig = {
enable = true;