Fix faf script path in home.nix
This commit is contained in:
parent
9aedc697d9
commit
b2526ee952
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@
|
||||||
|
|
||||||
# Add faf script to PATH
|
# Add faf script to PATH
|
||||||
home.file.".local/bin/faf" = {
|
home.file.".local/bin/faf" = {
|
||||||
source = ../../scripts/f-around-firefox/faf.py;
|
source = ../../../scripts/f-around-firefox/faf.py;
|
||||||
executable = true;
|
executable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue