mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-11-11 20:43:00 +01:00
nushell-plugins: add nu-plugin-jobcontrol
This commit is contained in:
parent
4c14061299
commit
a4bafcdf05
1 changed files with 4 additions and 0 deletions
|
@ -6,6 +6,10 @@ in
|
|||
options.nushell-plugins = lib.mkOption { };
|
||||
|
||||
config.nushell-plugins = [
|
||||
(builtins.getFlake
|
||||
"git+https://git.mzte.de/LordMZTE/nu-plugin-jobcontrol.git?rev=852ce5e15c4fb3e45cd9fdd36afcce0df293b92b"
|
||||
).outputs.packages.${pkgs.system}.default
|
||||
|
||||
(pkgs.rustPlatform.buildRustPackage rec {
|
||||
name = "nu-plugin-dbus";
|
||||
version = "0.9.0";
|
||||
|
|
Loading…
Reference in a new issue