chore: fix exec pathing
This commit is contained in:
parent
53bacbffc3
commit
d7e38a8b0f
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
'';
|
||||
}
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
default,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
imports = [./config.nix];
|
||||
|
|
Loading…
Reference in a new issue