Compare commits
2 commits
2e4b482d43
...
32c6f4a42f
Author | SHA1 | Date | |
---|---|---|---|
32c6f4a42f | |||
7669f46282 |
1 changed files with 6 additions and 10 deletions
|
@ -31,8 +31,10 @@ in {
|
|||
htop
|
||||
mtr
|
||||
ncdu
|
||||
pry
|
||||
tmux
|
||||
virt-manager
|
||||
wget
|
||||
yt-dlp
|
||||
];
|
||||
|
||||
|
@ -86,16 +88,6 @@ in {
|
|||
enableCompletion = true;
|
||||
enableSyntaxHighlighting = true;
|
||||
plugins = with pkgs; [
|
||||
{
|
||||
name = "p10k";
|
||||
src = fetchFromGitHub {
|
||||
owner = "romkatv";
|
||||
repo = "powerlevel10k";
|
||||
rev = "v1.18.0";
|
||||
sha256 = "IiMYGefF+p4bUueO/9/mJ4mHMyJYiq+67GgNdGJ6Eew=";
|
||||
};
|
||||
file = "powerlevel10k.zsh-theme";
|
||||
}
|
||||
{
|
||||
name = "expand-multiple-dots";
|
||||
src = "${config.home.homeDirectory}/.dotfiles/zsh/expand-multiple-dots";
|
||||
|
@ -107,7 +99,11 @@ in {
|
|||
file = "shell_integration/zsh";
|
||||
}
|
||||
];
|
||||
|
||||
# We use powerlevel10k as our ZSH theme.
|
||||
# By using the derivation in nixpkgs, we also get gitstatusd.
|
||||
# The .p10k.zsh config is beneath.
|
||||
initExtraBeforeCompInit = "source ${pkgs.zsh-powerlevel10k}/share/zsh-powerlevel10k/powerlevel10k.zsh-theme";
|
||||
};
|
||||
|
||||
programs.vim = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue