nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

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

authored by isabelroses.com and committed by

GitHub 4324b1e7 8062ce3b

+2 -2
+2 -2
nixos/modules/services/misc/evremap.nix
··· 131 131 description = "evremap - keyboard input remapper"; 132 132 wantedBy = [ "multi-user.target" ]; 133 133 134 - script = "${lib.getExe pkgs.evremap} remap ${configFile}"; 135 - 136 134 serviceConfig = { 135 + ExecStart = "${lib.getExe pkgs.evremap} remap ${configFile}"; 136 + 137 137 DynamicUser = true; 138 138 User = "evremap"; 139 139 SupplementaryGroups = [