Only build minecraft-clj if enabled

This commit is contained in:
niten 2022-09-05 17:32:02 -07:00
parent 2f5df60780
commit b6af716005
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ in {
}; };
}; };
config = { config = mkIf cfg.enable {
users = { users = {
users."${cfg.user}" = { users."${cfg.user}" = {
isSystemUser = false; isSystemUser = false;