mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 15:04:59 +08:00
nu+zoxide is broken on HM
https://github.com/nix-community/home-manager/issues/6319
This commit is contained in:
parent
6ff9e4237f
commit
b0ee4cf166
1 changed files with 4 additions and 1 deletions
|
|
@ -76,7 +76,10 @@ in
|
|||
*/
|
||||
bat.enable = true;
|
||||
autojump.enable = false;
|
||||
zoxide.enable = true;
|
||||
|
||||
# zoxide breaks Nu startup: https://github.com/nix-community/home-manager/issues/6319
|
||||
# zoxide.enable = true;
|
||||
|
||||
fzf.enable = true;
|
||||
jq.enable = true;
|
||||
btop.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue