mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 11:39:46 +01:00
sxhkd: minor formatting in test
This commit is contained in:
parent
5a19e0ea9c
commit
6cd92c643a
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue