add z (jump around)
This commit is contained in:
parent
128d52008f
commit
dd1aa5facf
1 changed files with 12 additions and 6 deletions
|
@ -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.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 = {
|
||||
enable = true;
|
||||
hooks = {
|
||||
|
@ -124,8 +132,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
programs.gpg.enable = true;
|
||||
|
||||
services.keybase.enable = true;
|
||||
|
||||
accounts.email.accounts.Personal = {
|
||||
|
|
Loading…
Reference in a new issue