From ced387584e2b74e74304649aac1c129084f87939 Mon Sep 17 00:00:00 2001 From: kenji Date: Fri, 12 Dec 2025 10:12:10 -0600 Subject: [PATCH] omarchy-nix: fixed missing config --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 4580da0..6ae850c 100644 --- a/flake.nix +++ b/flake.nix @@ -90,6 +90,7 @@ modules = [ omarchy-nix.nixosModules.default home-manager.nixosModules.home-manager + ./hosts/hakase/configuration.nix ]; }; vanilla = nixpkgs.lib.nixosSystem {