1
Fork 0

Add mkif around intray patch

This commit is contained in:
Matei Adriel 2024-02-02 02:48:45 +01:00
parent ffaa454220
commit 37a3bd0e87
No known key found for this signature in database

View file

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