refactor(hm/gui): reorganize modules
This way we are not `import`ing stuff which is slow. It also makes it easier to turn off the sway module.
This commit is contained in:
parent
816cfdd2af
commit
5358188ad1
7 changed files with 392 additions and 383 deletions
4
justfile
4
justfile
|
@ -3,10 +3,10 @@ default:
|
|||
|
||||
# Update a specific flake input
|
||||
update input:
|
||||
nix flake lock --update-input {{input}} --commit-lock-file
|
||||
nix flake lock --update-input "{{input}}" --commit-lock-file
|
||||
|
||||
build-vm:
|
||||
nixos-rebuild build-vm --flake .#vm --print-build-logs
|
||||
nixos-rebuild build-vm --fallback --flake .#vm --print-build-logs
|
||||
|
||||
run-vm: build-vm
|
||||
QEMU_OPTS="$QEMU_OPTS_WL" result/bin/run-nixos-vm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue