2024-01-19 03:06:52 +05:30
|
|
|
{ pkgs, ... }:
|
2023-06-21 08:38:25 +05:30
|
|
|
|
|
|
|
{
|
|
|
|
# Fonts are nice to have
|
2024-02-29 07:22:29 +05:30
|
|
|
fonts.packages = with pkgs; [
|
2023-06-21 08:38:25 +05:30
|
|
|
# Fonts
|
2024-06-16 07:08:31 +05:30
|
|
|
nerdfonts
|
2023-06-21 08:38:25 +05:30
|
|
|
powerline
|
|
|
|
];
|
|
|
|
|
|
|
|
}
|