mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-20 05:59:51 -07:00
feat: add units nushell plugin
This commit is contained in:
parent
a1bac45bd3
commit
aafdc32143
1 changed files with 3 additions and 0 deletions
|
@ -43,6 +43,9 @@ in
|
||||||
vi_normal = "block";
|
vi_normal = "block";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
plugins = with pkgs.nushellPlugins; [
|
||||||
|
units
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.fzf = {
|
programs.fzf = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue