mirror of
https://github.com/youwen5/nixos.git
synced 2025-02-21 19:21:11 -08: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…
Reference in a new issue