From bd8d6d822d2ad3ffc0515a4aeef5700815b18b13 Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Sun, 29 Dec 2019 13:27:10 +0000 Subject: [PATCH] Change description for xmonad symlink service --- nix/base.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/base.nix b/nix/base.nix index 464dc1e..7ec32e9 100644 --- a/nix/base.nix +++ b/nix/base.nix @@ -47,7 +47,7 @@ startup = do }; systemd.services.home-user-build-xmonad = { - description = "Create and xmonad configuration"; + description = "Link xmonad configuration"; serviceConfig = { ConditionFileNotEmpty = "!/home/user/.xmonad/xmonad.hs"; ExecStart = "/bin/sh -c 'mkdir -p /home/user/.xmonad && ln -s /etc/xmonad.hs /home/user/.xmonad/xmonad.hs'";