From 974a2ba37bfb80934275adc335e8f0a0ffcf49a3 Mon Sep 17 00:00:00 2001 From: Henry Webster Date: Wed, 22 Jul 2026 22:28:24 -0500 Subject: initial commit --- flake.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index e713cb2..b024152 100644 --- a/flake.nix +++ b/flake.nix @@ -8,10 +8,12 @@ outputs = { self, nixpkgs, ... }@inputs: { - nixosConfigurations.kusanagi = nixpgs.lib.nixosSystem { + nixosConfigurations.kusanagi = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; modules = [ ./configuration.nix + ./programs.nix + { nixpkgs.overlays = [ (import ./overlays/haunt.nix) ]; } ]; }; }; -- cgit v1.3