add z (jump around)

This commit is contained in:
Sijmen 2022-08-01 23:30:05 +02:00
parent 128d52008f
commit dd1aa5facf
1 changed files with 12 additions and 6 deletions

View File

@ -112,11 +112,19 @@
]; ];
}; };
programs.home-manager.enable = true;
programs.bash.enable = true;
programs.password-store.enable = true;
programs.mbsync.enable = true;
programs.alot.enable = true; programs.alot.enable = true;
programs.gpg.enable = true;
programs.home-manager.enable = true;
programs.mbsync.enable = true;
programs.password-store.enable = true;
programs.bash = {
enable = true;
initExtra = ''
source ${pkgs.fetchurl { url = "https://raw.githubusercontent.com/rupa/z/v1.11/z.sh"; sha256 = "f24e0791ba10f6a8301461da3fc50333eee2e009a19e5d0e9f3661f0d0446767"; }}
'';
};
programs.notmuch = { programs.notmuch = {
enable = true; enable = true;
hooks = { hooks = {
@ -124,8 +132,6 @@
}; };
}; };
programs.gpg.enable = true;
services.keybase.enable = true; services.keybase.enable = true;
accounts.email.accounts.Personal = { accounts.email.accounts.Personal = {