From 6568275beb3f68934e1f7a4b59795b5a18085f7a Mon Sep 17 00:00:00 2001 From: Rounak Datta Date: Sun, 14 Jul 2024 18:43:23 +0530 Subject: [PATCH] Add wimlib as the bootable Windows ISO creation tool on macOS --- hosts/trueswiftie/software.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/trueswiftie/software.nix b/hosts/trueswiftie/software.nix index 701ee14..d2b88f4 100644 --- a/hosts/trueswiftie/software.nix +++ b/hosts/trueswiftie/software.nix @@ -53,6 +53,7 @@ "tree" "terraform" "kubeseal" + "wimlib" { name = "syncthing"; start_service = true;