diff options
| author | Henry Webster <hwebs@hwebs.info> | 2026-07-22 22:28:24 -0500 |
|---|---|---|
| committer | Henry Webster <hwebs@hwebs.info> | 2026-07-22 22:28:24 -0500 |
| commit | 974a2ba37bfb80934275adc335e8f0a0ffcf49a3 (patch) | |
| tree | 2860bb9650fb5a598438b9e18b2bcc5d324f40ad /flake.nix | |
| parent | 0faaf1662e689de55d95199065d845fea3097a69 (diff) | |
initial commit
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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) ]; } ]; }; }; |
