install: fix firefox install

Also actually add it to the completions and valid modules
This commit is contained in:
2 * r + 2 * t
2025-03-04 15:18:24 +11:00
parent fc1f8b07bf
commit 94fc21eb45
3 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ if test "$argv[1]" = scheme
end
if test "$argv[1]" = install
set -l valid_modules scripts discord fish foot fuzzel hypr safeeyes shell gtk vscode
set -l valid_modules scripts discord firefox fish foot fuzzel hypr safeeyes shell gtk vscode
if test "$argv[2]" = all
for module in $valid_modules
$src/install/$module.fish $argv[3..]