summaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-09-10 21:49:53 -0700
committerFuwn <[email protected]>2024-09-10 21:49:53 -0700
commitbaae2d2d591aa29bea65fbafc97fba23e7b1e073 (patch)
tree7100fefc56e1b84a116979ba810946313116d98f /justfile
parentBump: waybar sinks (diff)
downloadnixos-config-baae2d2d591aa29bea65fbafc97fba23e7b1e073.tar.xz
nixos-config-baae2d2d591aa29bea65fbafc97fba23e7b1e073.zip
Bump: swift
Diffstat (limited to 'justfile')
-rw-r--r--justfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/justfile b/justfile
index 4431a27..0105629 100644
--- a/justfile
+++ b/justfile
@@ -4,6 +4,8 @@ default:
os hostname='kansai':
#!/usr/bin/env sh
+ git add .
+
if command -v doas &> /dev/null; then
SUPERUSER_COMMAND=doas
else
@@ -19,6 +21,8 @@ os hostname='kansai':
home user='ebisu':
#!/usr/bin/env sh
+ git add .
+
if ! command -v nh &> /dev/null; then
home-manager switch --flake .#{{user}} --impure
else