hosts: move fonts to home-manager
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
20
home/modules/fonts/default.nix
Normal file
20
home/modules/fonts/default.nix
Normal file
@@ -0,0 +1,20 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
fira-code
|
||||
fira-mono
|
||||
monoid
|
||||
font-awesome
|
||||
material-icons
|
||||
material-design-icons
|
||||
lohit-fonts.devanagari
|
||||
lohit-fonts.gurmukhi
|
||||
office-code-pro
|
||||
eb-garamond
|
||||
noto-fonts-cjk-sans
|
||||
takao
|
||||
liberation_ttf
|
||||
];
|
||||
|
||||
fonts.fontconfig.enable = true;
|
||||
}
|
Reference in New Issue
Block a user