Migrate to home-manager
This commit is contained in:
parent
6781866277
commit
2f6d4e1d3c
147 changed files with 6181 additions and 6078 deletions
17
justfile
Normal file
17
justfile
Normal file
|
@ -0,0 +1,17 @@
|
|||
set shell := ["/usr/bin/env", "bash", "-euo", "pipefail", "-c"]
|
||||
|
||||
[private]
|
||||
default:
|
||||
@just --list
|
||||
|
||||
clean:
|
||||
nh clean all
|
||||
|
||||
build:
|
||||
nh home build .
|
||||
|
||||
switch:
|
||||
nh home switch .
|
||||
|
||||
update:
|
||||
nh home switch --update --ask .
|
Loading…
Add table
Add a link
Reference in a new issue