Implement home-manager

This commit is contained in:
2026-03-01 08:19:46 +01:00
parent 689efaa75b
commit 956ace75b0
31 changed files with 764 additions and 22 deletions

17
Justfile Normal file
View File

@@ -0,0 +1,17 @@
vm-desktop:
nix build .#nixosConfigurations.epiquev2.config.system.build.vm
./result/bin/run-epiquev2-vm
vm-laptop:
nix build .#nixosConfigurations.dalaptop.config.system.build.vm
./result/bin/run-dalaptop-vm
clean:
rm -rf result
rm -rf *.qcow2
switch:
nh os switch
help:
@just --list