mirror of
https://github.com/youwen5/nixos.git
synced 2025-02-22 03:31: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";
|
vi_normal = "block";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
plugins = with pkgs.nushellPlugins; [
|
# plugins = with pkgs.nushellPlugins; [
|
||||||
units
|
# units
|
||||||
gstat
|
# gstat
|
||||||
];
|
# ];
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.fzf = {
|
programs.fzf = {
|
||||||
|
|
Loading…
Reference in a new issue