nixos/evremap: get rid of unecessary bash (#390855)
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user