readability

This commit is contained in:
Valentin Gagarin 2025-07-22 12:43:32 +02:00
parent 7066b2cb69
commit bf488f89e1

View file

@ -111,7 +111,9 @@ in
implementation =
cfg:
lib.optionalAttrs cfg.enable {
dummy.login-shell.packages.hello = pkgs.hello;
hello.login-shell.packages = {
inherit (pkgs) hello;
};
};
};
environments.single-nixos-vm =