organise
This commit is contained in:
parent
be9c2dfb50
commit
dee6a979f2
4 changed files with 32 additions and 12 deletions
19
modules/software/fonts.nix
Normal file
19
modules/software/fonts.nix
Normal file
|
@ -0,0 +1,19 @@
|
|||
{pkgs, ...} {
|
||||
fonts.packages = with pkgs; [
|
||||
noto-fonts
|
||||
noto-fonts-cjk-sans
|
||||
noto-fonts-emoji
|
||||
liberation_ttf
|
||||
dina-font
|
||||
proggyfonts
|
||||
font-awesome
|
||||
|
||||
jetbrains-mono
|
||||
fira-code
|
||||
fira-code-symbols
|
||||
#droid-sans-mono
|
||||
(nerdfonts.override {
|
||||
fonts = ["FiraCode" "DroidSansMono" "JetBrainsMono"];
|
||||
})
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue