diff options
Diffstat (limited to '')
-rwxr-xr-x | update | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/update b/update new file mode 100755 index 00000000..720ce72f --- /dev/null +++ b/update @@ -0,0 +1,5 @@ +#!/bin/sh +# shellcheck disable=SC2086 + +nix flake update +./home-manager/config/firefox/scripts/update_extensions |