mirror of
https://github.com/librephoenix/nixos-config
synced 2025-04-22 02:04:35 +05:30
12 lines
125 B
Nix
12 lines
125 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
# Fonts are nice to have
|
|
fonts.packages = with pkgs; [
|
|
# Fonts
|
|
nerdfonts
|
|
powerline
|
|
];
|
|
|
|
}
|