From 7dbf6f053db8095ba3dd92477ea1d5b85032ec0c Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Sun, 25 Sep 2022 15:43:29 +0200 Subject: [PATCH] Ad sesar and pro audio to thor --- flake.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/flake.nix b/flake.nix index 096b3ed..75a3a19 100644 --- a/flake.nix +++ b/flake.nix @@ -145,6 +145,9 @@ nixos-hardware.nixosModules.common-cpu-amd nixos-hardware.nixosModules.common-pc-ssd ./thor/configuration.nix + + ./nixos_modules/pro_audio.nix + ./nixos_modules/sesar.nix ]; thorBuilder = { extraModules ? [ ] }: nixpkgs.lib.nixosSystem rec {