Unverified Commit 4324b1e7 authored by isabel's avatar isabel Committed by GitHub
Browse files

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

parents 8062ce3b ce0970e1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [