Skip to content

Commit

Permalink
Use drawbu's prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigmanificient committed Sep 1, 2023
1 parent 9d804d5 commit 903008c
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions home/zsh/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@
sha256 = "2qkB8I3GXeg+mH8l12N6dnKtdnaxTeLf5lUHWxA2rNg=";
};
}
{
name = "powerlevel10k";
src = pkgs.zsh-powerlevel10k;
file = "share/zsh-powerlevel10k/powerlevel10k.zsh-theme";
}
];

shellAliases = {
Expand All @@ -47,7 +52,7 @@
enable = true;

custom = "$HOME/extra/zsh";
theme = "sigma";
theme = "drawbu";

plugins = [
"git"
Expand All @@ -57,7 +62,10 @@
};

home.file.omz_zsh_theme = {
source = ./sigma.zsh-theme;
target = "extra/zsh/themes/sigma.zsh-theme";
source = pkgs.fetchurl {
url = "https://raw.githubusercontent.com/drawbu/dotfiles/main/assets/.p10k.zsh";
sha256 = "sha256-s3omNttaZmiiC6BUfdM9ZxbuUGgsN0s0Ue0vULT1MxY=";
};
target = "extra/zsh/themes/drawbu.zsh-theme";
};
}

0 comments on commit 903008c

Please sign in to comment.