generated from andy/linux-nixos-hyprland-config-dotfiles
Initial commit
This commit is contained in:
10
nixos/fonts.nix
Normal file
10
nixos/fonts.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
# Fonts
|
||||
fonts.packages = with pkgs; [
|
||||
jetbrains-mono
|
||||
nerd-font-patcher
|
||||
noto-fonts-color-emoji
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user