fix: add nerdfonts for symbols
This commit is contained in:
parent
00ddf9d019
commit
cf7d40add4
1 changed files with 5 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
||||||
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
programs.zsh.enable = true;
|
programs.zsh.enable = true;
|
||||||
programs.zsh.ohMyZsh.enable = true;
|
programs.zsh.ohMyZsh.enable = true;
|
||||||
|
|
@ -6,4 +7,8 @@
|
||||||
environment.shellAliases = {
|
environment.shellAliases = {
|
||||||
os-update = "sudo nixos-rebuild switch --flake '/home/rhea/nix-config'";
|
os-update = "sudo nixos-rebuild switch --flake '/home/rhea/nix-config'";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
fonts.fonts = with pkgs; [
|
||||||
|
nerdfonts
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue