chore: fix exec pathing

This commit is contained in:
notohh 2023-02-07 20:06:28 -05:00
parent 53bacbffc3
commit d7e38a8b0f
Signed by: notohh
GPG key ID: BD47506D475EE86D
2 changed files with 2 additions and 1 deletions

View file

@ -171,7 +171,7 @@ exec-once=swww init
exec-once=swww img ~/Pictures/wallpapers/annystartingshort.gif
# swayidle / lock
exec-once=~/bin/lock
exec-once=~/.local/bin/lock
'';
}

View file

@ -1,5 +1,6 @@
{
default,
pkgs,
...
}: {
imports = [./config.nix];