Rename firefox-tabs to f-around-firefox (faf) and add to PATH

This commit is contained in:
DannyDannyDanny 2026-01-30 18:26:15 +01:00
parent 91d35d1324
commit 9aedc697d9
6 changed files with 41 additions and 35 deletions

View file

@ -93,6 +93,12 @@
VISUAL = "nvim";
};
# Add faf script to PATH
home.file.".local/bin/faf" = {
source = ../../scripts/f-around-firefox/faf.py;
executable = true;
};
# Alacritty terminal configuration with conditional theme switching
programs.alacritty = {
enable = true;