From 236f965779fb3e7ec3f2e41f262a498ec7122ae6 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Mon, 27 Jan 2025 22:38:04 -0500 Subject: add kaworu system (desktop) --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 7268eef..f4feb65 100644 --- a/flake.nix +++ b/flake.nix @@ -27,10 +27,12 @@ in rec { nixosConfigurations = { shinji = import ./hosts/shinji.nix { inherit inputs options; }; + kaworu = import ./hosts/kaworu.nix { inherit inputs options; }; }; homeConfigurations = { shinji = nixosConfigurations.shinji.config.home-manager.users.${options.user}.home; + kaworu = nixosConfigurations.kaworu.config.home-manager.users.${options.user}.home; }; }; } -- cgit v1.2.3-freya