move old nixos-config over here

This commit is contained in:
Daniel Lundin 2024-08-02 14:09:42 +02:00
parent 346d80ae7e
commit 54baace7c1
No known key found for this signature in database
35 changed files with 850 additions and 44 deletions

View file

@ -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 .