Compare commits
No commits in common. "32c6f4a42f14b9433dc72b51459432de6e17ea0f" and "2e4b482d43376087ec9c3e565de6891244d1e9e3" have entirely different histories.
32c6f4a42f
...
2e4b482d43
1 changed files with 10 additions and 6 deletions
|
@ -31,10 +31,8 @@ in {
|
||||||
htop
|
htop
|
||||||
mtr
|
mtr
|
||||||
ncdu
|
ncdu
|
||||||
pry
|
|
||||||
tmux
|
tmux
|
||||||
virt-manager
|
virt-manager
|
||||||
wget
|
|
||||||
yt-dlp
|
yt-dlp
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -88,6 +86,16 @@ in {
|
||||||
enableCompletion = true;
|
enableCompletion = true;
|
||||||
enableSyntaxHighlighting = true;
|
enableSyntaxHighlighting = true;
|
||||||
plugins = with pkgs; [
|
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";
|
name = "expand-multiple-dots";
|
||||||
src = "${config.home.homeDirectory}/.dotfiles/zsh/expand-multiple-dots";
|
src = "${config.home.homeDirectory}/.dotfiles/zsh/expand-multiple-dots";
|
||||||
|
@ -99,11 +107,7 @@ in {
|
||||||
file = "shell_integration/zsh";
|
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.
|
# The .p10k.zsh config is beneath.
|
||||||
initExtraBeforeCompInit = "source ${pkgs.zsh-powerlevel10k}/share/zsh-powerlevel10k/powerlevel10k.zsh-theme";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.vim = {
|
programs.vim = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue