initial configuration
This commit is contained in:
12
modules/home/utils/fonts.nix
Normal file
12
modules/home/utils/fonts.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
fonts.fontconfig.enable = true;
|
||||
|
||||
home.packages = with pkgs; [
|
||||
noto-fonts
|
||||
fira-code
|
||||
font-awesome
|
||||
(nerdfonts.override { fonts = [ "DejaVuSansMono" ]; })
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user