diff options
| author | Fuwn <[email protected]> | 2024-09-27 00:57:21 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-27 00:57:21 -0700 |
| commit | 26db5b5629ba759a8f1a9d1d9fa6b6bf392f2e1b (patch) | |
| tree | 6649955dfc48d7785afaad8063825c1621a69a9a | |
| parent | home: update zed paths (diff) | |
| download | nixos-config-26db5b5629ba759a8f1a9d1d9fa6b6bf392f2e1b.tar.xz nixos-config-26db5b5629ba759a8f1a9d1d9fa6b6bf392f2e1b.zip | |
just: unify os and home action
| -rw-r--r-- | justfile | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -1,11 +1,14 @@ default: @just --list -os hostname='kansai': - git add . && rui --allow-unfree os switch --hostname {{hostname}} -- --impure +action target action: + git add . && rui --allow-unfree {{target}} {{action}} -- --impure -home user='ebisu': - git add . && rui --allow-unfree home switch --user {{user}} -- --impure +build target: + just action {{target}} build + +switch target: + just action {{target}} switch news user='ebisu': rui home news --user {{user}} -- --impure |