From 6b52d58f2eb1ba6e604b3780255168148f4007ba Mon Sep 17 00:00:00 2001 From: Rachel Lambda Samuelsson Date: Tue, 18 Jun 2024 11:57:43 +0200 Subject: [PATCH] vcv-rack --- flake.nix | 2 +- home/rachel.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 8d670f4..af6f915 100644 --- a/flake.nix +++ b/flake.nix @@ -41,7 +41,7 @@ }; } ); - in rec { + in { nixosConfigurations.lambda = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; diff --git a/home/rachel.nix b/home/rachel.nix index 555a370..2b7ab9f 100644 --- a/home/rachel.nix +++ b/home/rachel.nix @@ -87,6 +87,7 @@ in remmina unstable.renoise git-crypt + vcv-rack ]; stateVersion = "24.05"; };