Fix faf script path in home.nix

This commit is contained in:
DannyDannyDanny 2026-01-30 18:26:34 +01:00
parent 9aedc697d9
commit b2526ee952

View file

@ -95,7 +95,7 @@
# Add faf script to PATH
home.file.".local/bin/faf" = {
source = ../../scripts/f-around-firefox/faf.py;
source = ../../../scripts/f-around-firefox/faf.py;
executable = true;
};