fix zoxide, add lazygit
This commit is contained in:
parent
7043ef2d2c
commit
af85691d5f
2 changed files with 4 additions and 5 deletions
|
@ -22,13 +22,12 @@
|
|||
home.packages = with pkgs; [
|
||||
kitty
|
||||
thunderbird
|
||||
|
||||
btop
|
||||
|
||||
|
||||
bat
|
||||
broot
|
||||
fd
|
||||
|
||||
lazygit
|
||||
|
||||
rust-analyzer-nightly
|
||||
(fenix.complete.withComponents [
|
||||
|
@ -111,7 +110,7 @@
|
|||
enableVteIntegration = true;
|
||||
autocd = true;
|
||||
defaultKeymap = "viins";
|
||||
initExtra = "\n[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh\n";
|
||||
initExtra = "\n[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh\neval \"$(zoxide init zsh)\"\n";
|
||||
plugins = [
|
||||
{
|
||||
name = "powerlevel10k";
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
# ./wollomi.nix
|
||||
# ./adrift.nix
|
||||
];
|
||||
|
||||
environment.pathsToLink = [ "/share/zsh" ];
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.systemd-boot.configurationLimit = 2;
|
||||
boot.loader.systemd-boot.consoleMode = "max";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue