refactor
This commit is contained in:
11
workstation/fonts.nix
Normal file
11
workstation/fonts.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
fonts.fontconfig.enable = true;
|
||||
home.packages = [
|
||||
pkgs.nerd-fonts.hack
|
||||
pkgs.nerd-fonts.fira-code
|
||||
pkgs.nerd-fonts.fira-mono
|
||||
pkgs.nerd-fonts.meslo-lg
|
||||
pkgs.nerd-fonts.droid-sans-mono
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user