Skip to content

Commit 4324b1e

Browse files
authored
nixos/evremap: get rid of unecessary bash (#390855)
2 parents 8062ce3 + ce0970e commit 4324b1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nixos/modules/services/misc/evremap.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,9 @@ in
131131
description = "evremap - keyboard input remapper";
132132
wantedBy = [ "multi-user.target" ];
133133

134-
script = "${lib.getExe pkgs.evremap} remap ${configFile}";
135-
136134
serviceConfig = {
135+
ExecStart = "${lib.getExe pkgs.evremap} remap ${configFile}";
136+
137137
DynamicUser = true;
138138
User = "evremap";
139139
SupplementaryGroups = [

0 commit comments

Comments
 (0)