1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-13 02:03:38 +02:00

sxhkd: minor formatting in test

This commit is contained in:
Robert Helgesson 2021-06-16 23:57:58 +02:00
parent 5a19e0ea9c
commit 6cd92c643a
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89

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
{