mirror of
https://github.com/nix-community/home-manager
synced 2024-11-27 05:29: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, ... }:
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
|
|
||||||
expectedFileRegex = ''
|
expectedFileRegex = ''
|
||||||
systemctl --user stop sxhkd.scope 2> /dev/null || true
|
systemctl --user stop sxhkd.scope 2> /dev/null || true
|
||||||
systemd-cat -t sxhkd systemd-run --user --scope -u sxhkd \
|
systemd-cat -t sxhkd systemd-run --user --scope -u sxhkd \
|
||||||
@sxhkd@/bin/sxhkd -m 1 &
|
@sxhkd@/bin/sxhkd -m 1 &
|
||||||
'';
|
'';
|
||||||
|
|
||||||
in
|
in
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue