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;