move old nixos-config over here
This commit is contained in:
parent
346d80ae7e
commit
54baace7c1
35 changed files with 850 additions and 44 deletions
18
justfile
18
justfile
|
@ -4,14 +4,26 @@ set shell := ["/usr/bin/env", "bash", "-euo", "pipefail", "-c"]
|
|||
default:
|
||||
@just --list
|
||||
|
||||
boot:
|
||||
nh os boot .
|
||||
|
||||
build:
|
||||
nh os build .
|
||||
|
||||
switch:
|
||||
nh os switch .
|
||||
|
||||
update:
|
||||
nh os switch --update --ask .
|
||||
|
||||
clean:
|
||||
nh clean all
|
||||
|
||||
build:
|
||||
home-build:
|
||||
nh home build .
|
||||
|
||||
switch:
|
||||
home-switch:
|
||||
nh home switch .
|
||||
|
||||
update:
|
||||
home-update:
|
||||
nh home switch --update --ask .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue