fix more font woes
This commit is contained in:
parent
5e683d8138
commit
80278d8079
3 changed files with 26 additions and 21 deletions
|
|
@ -16,7 +16,6 @@ in
|
|||
programs.zsh = {
|
||||
enable = true;
|
||||
shellAliases = {
|
||||
update = "nix flake update --commit-lock-file $HOME/nixos && sudo nixos-rebuild switch --flake $HOME/nixos";
|
||||
nb = "nix build -L";
|
||||
nbi = "nix build -L -f .";
|
||||
ns = "nix shell -L";
|
||||
|
|
@ -30,6 +29,9 @@ in
|
|||
plugins = [ "git" ];
|
||||
theme = "frisk";
|
||||
};
|
||||
loginExtra = ''
|
||||
eval "$(zoxide init --cmd cmd zsh)"
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue