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