forked from Fediversity/Fediversity
readability
This commit is contained in:
parent
9b5eb50fbc
commit
44c0a548a8
1 changed files with 3 additions and 1 deletions
|
@ -123,7 +123,9 @@ in
|
||||||
resources =
|
resources =
|
||||||
cfg:
|
cfg:
|
||||||
lib.optionalAttrs cfg.enable {
|
lib.optionalAttrs cfg.enable {
|
||||||
dummy.login-shell.packages.hello = pkgs.hello;
|
hello.login-shell.packages = {
|
||||||
|
inherit (pkgs) hello;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
environments.single-nixos-vm =
|
environments.single-nixos-vm =
|
||||||
|
|
Loading…
Add table
Reference in a new issue