mirror of
https://github.com/youwen5/nixos.git
synced 2025-02-21 03:01:11 -08:00
fix: nushell plugins dont work rn
This commit is contained in:
parent
cb45f07023
commit
b329864e0c
1 changed files with 4 additions and 4 deletions
|
@ -43,10 +43,10 @@ in
|
|||
vi_normal = "block";
|
||||
};
|
||||
};
|
||||
plugins = with pkgs.nushellPlugins; [
|
||||
units
|
||||
gstat
|
||||
];
|
||||
# plugins = with pkgs.nushellPlugins; [
|
||||
# units
|
||||
# gstat
|
||||
# ];
|
||||
};
|
||||
|
||||
programs.fzf = {
|
||||
|
|
Loading…
Reference in a new issue