mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
add powerline fonts
This commit is contained in:
parent
62f4ff18e4
commit
04aea1296e
1 changed files with 4 additions and 1 deletions
|
@ -11,7 +11,10 @@ in
|
||||||
|
|
||||||
sconfig.alacritty.enable = true;
|
sconfig.alacritty.enable = true;
|
||||||
|
|
||||||
fonts.fonts = [ (pkgs.nerdfonts.override { fonts = [ "DejaVuSansMono" ]; }) ];
|
fonts.fonts = [
|
||||||
|
pkgs.powerline-fonts # "Source Code Pro for Powerline", 11
|
||||||
|
(pkgs.nerdfonts.override { fonts = [ "DejaVuSansMono" ]; })
|
||||||
|
];
|
||||||
|
|
||||||
nixpkgs.overlays = [
|
nixpkgs.overlays = [
|
||||||
(self: super: {
|
(self: super: {
|
||||||
|
|
Loading…
Reference in a new issue