fix herbstluftwm session command

This commit is contained in:
Felix Dietze 2023-06-12 14:17:28 +00:00 committed by GitHub
parent 7cb8758c67
commit 7cfeb768e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,7 @@ in
(cfg.configFile != null)
''-c "${cfg.configFile}"''
;
in "${cfg.package}/bin/herbstluftwm ${configFileClause}";
in "${cfg.package}/bin/herbstluftwm ${configFileClause} &";
};
environment.systemPackages = [ cfg.package ];
};