nixos-config/system/wm/fonts.nix

12 lines
139 B
Nix
Raw Normal View History

2024-09-11 06:36:41 +05:30
{ pkgs-stable, ... }:
{
# Fonts are nice to have
2024-09-11 06:36:41 +05:30
fonts.packages = with pkgs-stable; [
# Fonts
2024-09-11 06:36:41 +05:30
nerdfonts
powerline
];
}