mirror of
https://github.com/JaxTheWolf/nixos.git
synced 2026-04-01 02:00:22 +02:00
Implement home-manager
This commit is contained in:
17
Justfile
Normal file
17
Justfile
Normal 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
|
||||
Reference in New Issue
Block a user