forked from fediversity/fediversity
readability
This commit is contained in:
parent
fe6d91adee
commit
4194d72f56
1 changed files with 3 additions and 1 deletions
|
|
@ -120,7 +120,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 = environment: {
|
environments.single-nixos-vm = environment: {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue