mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
chore: prototype d2 graphing app
This commit is contained in:
parent
b68021b3a4
commit
86b5751410
9 changed files with 69 additions and 27 deletions
|
@ -15,8 +15,6 @@ with lib; {
|
|||
(mkBefore ''
|
||||
set -g ATUIN_NOBIND true
|
||||
set -g fish_greeting
|
||||
#set -g fish_autosuggestion_enabled 0
|
||||
set -g FZF_COMPLETE 2
|
||||
'')
|
||||
(mkAfter ''
|
||||
bind \cr _atuin_search
|
||||
|
@ -30,10 +28,10 @@ with lib; {
|
|||
{
|
||||
name = "fzf";
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "jethrokuan";
|
||||
repo = "fzf";
|
||||
rev = "479fa67d7439b23095e01b64987ae79a91a4e283";
|
||||
sha256 = "0k6l21j192hrhy95092dm8029p52aakvzis7jiw48wnbckyidi6v";
|
||||
owner = "oddlama";
|
||||
repo = "fzf.fish";
|
||||
rev = "63c8f8e65761295da51029c5b6c9e601571837a1";
|
||||
sha256 = "036n50zr9kyg6ad408zn7wq2vpfwhmnfwab465km4dk60ywmrlcb";
|
||||
};
|
||||
}
|
||||
];
|
||||
|
|
|
@ -7,7 +7,10 @@
|
|||
set auto-load safe-path /
|
||||
'';
|
||||
};
|
||||
packages = with pkgs; [git-lfs];
|
||||
packages = with pkgs; [
|
||||
git-lfs
|
||||
d2
|
||||
];
|
||||
};
|
||||
|
||||
programs = {
|
||||
|
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue