forked from fediversity/fediversity
Compare commits
3 commits
dac8ca6690
...
9f616cbd6c
| Author | SHA1 | Date | |
|---|---|---|---|
| 9f616cbd6c | |||
| 5793db0457 | |||
| da77c4c8eb |
2 changed files with 2 additions and 3 deletions
|
|
@ -98,8 +98,7 @@ in
|
||||||
{
|
{
|
||||||
options.enable = lib.mkEnableOption "Hello in the shell";
|
options.enable = lib.mkEnableOption "Hello in the shell";
|
||||||
};
|
};
|
||||||
implementation =
|
implementation = cfg: {
|
||||||
cfg: {
|
|
||||||
resources = lib.optionalAttrs cfg.enable {
|
resources = lib.optionalAttrs cfg.enable {
|
||||||
hello.login-shell.packages.hello = pkgs.hello;
|
hello.login-shell.packages.hello = pkgs.hello;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue