trying to unmodularize my setup
This commit is contained in:
parent
195383e6d9
commit
2f5ed1481c
9 changed files with 56 additions and 20 deletions
22
nixosModules/fonts.nix
Normal file
22
nixosModules/fonts.nix
Normal file
|
@ -0,0 +1,22 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
# Fonts
|
||||
fonts.packages = with pkgs; [
|
||||
corefonts
|
||||
vistafonts
|
||||
noto-fonts
|
||||
noto-fonts-cjk-sans
|
||||
noto-fonts-cjk-serif
|
||||
noto-fonts-emoji
|
||||
liberation_ttf
|
||||
fira-code
|
||||
fira-code-symbols
|
||||
mplus-outline-fonts.githubRelease
|
||||
dina-font
|
||||
proggyfonts
|
||||
iosevka
|
||||
];
|
||||
|
||||
fonts.fontDir.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue