Added wezterm and added aliases for justfile

This commit is contained in:
2025-05-09 08:40:34 +02:00
parent d7056e8f38
commit c1d5675927
10 changed files with 131 additions and 0 deletions

View File

@@ -15,12 +15,18 @@ clean:
fmt:
nix fmt
alias s := switch
switch:
sudo nixos-rebuild switch --flake .
home-manager switch --flake .
alias sw := switch-system
switch-system:
sudo nixos-rebuild switch --flake .
alias sh := switch-home-manager
switch-home-manager:
home-manager switch --flake .