From 38f367edeb21e222cbc185b21fdc14b2b86de4c1 Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Tue, 14 Oct 2025 20:38:36 -0400 Subject: add owo --- flake.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index b9fa965..c762054 100644 --- a/flake.nix +++ b/flake.nix @@ -59,6 +59,16 @@ ]; }; + owo = nixpkgs.lib.nixosSystem { + system = "x86_64-linux"; + specialArgs = { inherit inputs; }; + modules = [ + ./machines/owo/configuration.nix + + inputs.home-manager.nixosModules.default + ]; + }; + }; }; } -- cgit v1.2.3