mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-20 05:59:51 -07:00
feat: add some plugins to nushell
This commit is contained in:
parent
ac56b81640
commit
db10d9b4ff
1 changed files with 6 additions and 4 deletions
|
@ -43,10 +43,12 @@ in
|
|||
vi_normal = "block";
|
||||
};
|
||||
};
|
||||
# plugins = with pkgs.nushellPlugins; [
|
||||
# units
|
||||
# gstat
|
||||
# ];
|
||||
plugins = with pkgs.nushellPlugins; [
|
||||
gstat
|
||||
polars
|
||||
highlight
|
||||
gstat
|
||||
];
|
||||
};
|
||||
|
||||
programs.fzf = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue