From efef80c908f2c99ac949124d852a104a1c82d469 Mon Sep 17 00:00:00 2001 From: surtur Date: Fri, 9 Sep 2022 20:59:43 +0200 Subject: [PATCH] home-manager: manage swaylock config --- home.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home.nix b/home.nix index d44a15b..1ffedcc 100644 --- a/home.nix +++ b/home.nix @@ -46,6 +46,10 @@ }; # end zsh-related. + ".config/swaylock/" = { + source = .config/swaylock; + }; + ".local/bin/battery.sh" = { source = bin/battery.sh; executable = true;