nixos/evremap: get rid of unecessary bash (#390855)

This commit is contained in:
isabel
2025-05-08 17:04:52 +01:00
committed by GitHub
+2 -2
View File
@@ -131,9 +131,9 @@ in
description = "evremap - keyboard input remapper";
wantedBy = [ "multi-user.target" ];
script = "${lib.getExe pkgs.evremap} remap ${configFile}";
serviceConfig = {
ExecStart = "${lib.getExe pkgs.evremap} remap ${configFile}";
DynamicUser = true;
User = "evremap";
SupplementaryGroups = [