diff --git a/nixos/home/danny/home.nix b/nixos/home/danny/home.nix index 62bc926..1881884 100644 --- a/nixos/home/danny/home.nix +++ b/nixos/home/danny/home.nix @@ -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; };