1
Fork 0

Try to trick nix again

This commit is contained in:
Matei Adriel 2024-02-02 02:49:59 +01:00
parent 37a3bd0e87
commit 462f2c4cd0
No known key found for this signature in database

View file

@ -18,7 +18,7 @@ in
in
{
inherit (m) options;
config.systemd = lib.mkIf config.services.intray.production.enable m.config.systemd;
config = lib.mkIf config.services.intray.production.enable { systemd = m.config.systemd; };
})
];
# }}}