Compare commits

..

No commits in common. "527db1c7a44b75d8d62de4ea2cd779408e68ba29" and "861d69c6be0c99c28c532dde4984368cf8763823" have entirely different histories.

2 changed files with 14 additions and 1 deletions

View file

@ -106,8 +106,9 @@
packages = [
formatter # defined above
pkgs.git # version control
pkgs.update-nix-fetchgit # auto update fetchs
agenix.packages.${system}.ragenix # secrets
pkgs.sbctl # secure boot utils
pkgs.sbctl # secure boot
];
};
};

View file

@ -23,5 +23,17 @@
bindkey '^H' backward-kill-word
bindkey '5~' kill-word
'';
plugins = [
{
name = "zsh-nix-shell";
file = "nix-shell.plugin.zsh";
src = pkgs.fetchFromGitHub {
owner = "chisui";
repo = "zsh-nix-shell";
rev = "227d284ab2dc2f5153826974e0094a1990b1b5b9";
sha256 = "11mkq58ssafvkq8sq27v0dl19mi2myi392nhxgi1q2q9q0gazcaa";
};
}
];
};
}