summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2025-10-14 20:38:36 -0400
committerRaghuram Subramani <raghus2247@gmail.com>2025-10-14 20:38:36 -0400
commit38f367edeb21e222cbc185b21fdc14b2b86de4c1 (patch)
tree788c87dd187471c15b86a1ebda6204162b5478c5 /flake.nix
parentb2187654d3b7670ae8dd9038b4391435d8ced6e1 (diff)
add owo
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix10
1 files changed, 10 insertions, 0 deletions
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
+ ];
+ };
+
};
};
}