wip
This commit is contained in:
parent
c5a26648be
commit
c44ae86ac1
9 changed files with 244 additions and 30 deletions
14
modules/features/layers/fonts.nix
Normal file
14
modules/features/layers/fonts.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{ self, inputs, ... }: {
|
||||
flake.nixosModules.fonts = { pkgs, lib, ... }: {
|
||||
fonts.packages = with pkgs; [
|
||||
noto-fonts
|
||||
noto-fonts-cjk-sans
|
||||
noto-fonts-emoji
|
||||
liberation_ttf
|
||||
nerd-fonts.martian-mono
|
||||
dina-font
|
||||
proggyfonts
|
||||
ripgrep
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue