mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-10 23:00:39 +02:00
feat: add zsh-skim-histdb package
This commit is contained in:
parent
365736b42a
commit
485e1448fc
4 changed files with 33 additions and 6 deletions
|
@ -19,6 +19,8 @@
|
|||
chmod = "chmod -c --preserve-root";
|
||||
chown = "chown -c --preserve-root";
|
||||
|
||||
nb = "nix build --no-link --print-out-paths";
|
||||
|
||||
ip = "ip --color";
|
||||
tmux = "tmux -2";
|
||||
rg = "rg -S";
|
||||
|
|
|
@ -46,12 +46,7 @@
|
|||
}
|
||||
{
|
||||
name = "zsh-histdb-skim";
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "m42e";
|
||||
repo = "zsh-histdb-skim";
|
||||
rev = "3af19b6ec38b93c85bb82a80a69bec8b0e050cc5";
|
||||
hash = "sha256-lJ2kpIXPHE8qP0EBnLuyvatWMtepBobNAC09e7itGas=";
|
||||
};
|
||||
src = pkgs.zsh-histdb-skim;
|
||||
}
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue