267 current 2025-01-18 12:48:17 25.05.20241217.d3c42f1 6.6.66 *
This commit is contained in:
BIN
home/fonts/NotoSans-Regular.ttf
Normal file
BIN
home/fonts/NotoSans-Regular.ttf
Normal file
Binary file not shown.
BIN
home/fonts/NotoSansSymbols-Regular.ttf
Normal file
BIN
home/fonts/NotoSansSymbols-Regular.ttf
Normal file
Binary file not shown.
9
home/fonts/default.nix
Normal file
9
home/fonts/default.nix
Normal 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;
|
||||
}
|
||||
@@ -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 ''
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
noto-fonts-color-emoji
|
||||
];
|
||||
|
||||
fontDir.enable = true;
|
||||
# fontDir.enable = true;
|
||||
|
||||
fontconfig = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user