install: fix gtk install

Forgot to add it to main script
This commit is contained in:
2 * r + 2 * t
2025-01-28 17:37:52 +11:00
parent ea2cde9814
commit fb8bdb5414
3 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ if test "$argv[1]" = scheme
end
if test "$argv[1]" = install
set -l valid_modules discord foot fuzzel hypr safeeyes scripts shell
set -l valid_modules discord foot fuzzel hypr safeeyes scripts shell gtk
contains -- "$argv[2]" $valid_modules && $src/install/$argv[2].fish $argv[3..] || error "Invalid module: $argv[2]"
exit
end