Rename firefox-tabs to f-around-firefox (faf) and add to PATH
This commit is contained in:
parent
91d35d1324
commit
9aedc697d9
6 changed files with 41 additions and 35 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue