persystem wrapper
This commit is contained in:
+14
-12
@@ -1,4 +1,4 @@
|
||||
{ inputs, ... }:
|
||||
{ self, inputs, ... }:
|
||||
let
|
||||
username = "john";
|
||||
in
|
||||
@@ -50,16 +50,18 @@ in
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
flake.wrappers.zsh = { pkgs, wlib, ... }: {
|
||||
imports = [wlib.wrapperModules.zsh];
|
||||
extraPackages = with pkgs; [
|
||||
btop
|
||||
coreutils
|
||||
curl
|
||||
wget
|
||||
yazi
|
||||
zsh
|
||||
];
|
||||
|
||||
perSystem = { pkgs, ... }: {
|
||||
packages.jsl-zsh = inputs.wrapper-modules.wrappers.zsh.wrap {
|
||||
inherit pkgs;
|
||||
extraPackages = with pkgs; [
|
||||
btop
|
||||
coreutils
|
||||
curl
|
||||
wget
|
||||
yazi
|
||||
zsh
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user