Migrate to home-manager

This commit is contained in:
Daniel Lundin 2024-08-02 11:12:36 +02:00
parent 6781866277
commit 2f6d4e1d3c
No known key found for this signature in database
147 changed files with 6181 additions and 6078 deletions

17
justfile Normal file
View 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 .