From b2526ee952e84c069b592caeb4d166b4111d4d2d Mon Sep 17 00:00:00 2001 From: DannyDannyDanny Date: Fri, 30 Jan 2026 18:26:34 +0100 Subject: [PATCH] Fix faf script path in home.nix --- nixos/home/danny/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; };