sxhkd: minor formatting in test

This commit is contained in:
Robert Helgesson 2021-06-16 23:57:58 +02:00
parent 5a19e0ea9c
commit 6cd92c643a
Failed to generate hash of commit

View file

@ -1,11 +1,13 @@
{ config, pkgs, ... }:
let
let
expectedFileRegex = ''
systemctl --user stop sxhkd.scope 2> /dev/null || true
systemd-cat -t sxhkd systemd-run --user --scope -u sxhkd \
@sxhkd@/bin/sxhkd -m 1 &
'';
in
{