From 0bda9068eeea41c8a912e2815cec197c40793b3a Mon Sep 17 00:00:00 2001 From: mustard Date: Tue, 28 Oct 2025 00:21:18 +0100 Subject: [PATCH 1/2] test install neovim on template --- salt/salty.sls | 3 +++ 1 file changed, 3 insertions(+) diff --git a/salt/salty.sls b/salt/salty.sls index af19ef9..c47bb1d 100644 --- a/salt/salty.sls +++ b/salt/salty.sls @@ -6,6 +6,9 @@ create-template: - label: black - prefs: - netvm: "" + pkg.installed: + - pkgs: + - neovim create-app: qvm.vm: From 94f1afc4c040f41662a665e0a65c048995c54b79 Mon Sep 17 00:00:00 2001 From: mustard Date: Tue, 28 Oct 2025 00:23:49 +0100 Subject: [PATCH 2/2] tweak template --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5464499..798fcb8 100644 --- a/Makefile +++ b/Makefile @@ -88,5 +88,5 @@ apply: qubesctl top.enable topd qubesctl top.enable $(APPLY_ARGS) - qubesctl --show-output --force-color --skip-dom0 --targets templates state.apply $(APPLY_ARGS) + qubesctl --show-output --force-color --targets templates state.apply $(APPLY_ARGS) qubesctl top.disable $(APPLY_ARGS)