mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-19 21:59:09 -04:00
added fonts.nix
This commit is contained in:
10
users/richie/home/cli/fonts.nix
Normal file
10
users/richie/home/cli/fonts.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
fonts = {
|
||||
fontconfig.enable = true;
|
||||
enableDefaultPackages = true;
|
||||
packages = with pkgs; [
|
||||
nerdfonts
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user