Fix: Add home-manager module to fighter

This commit is contained in:
Joey Hafner 2025-01-31 11:27:47 -08:00
parent 45a74fdf06
commit 459f75eb5b
Signed by: Jafner
GPG Key ID: 6D9A24EF2F389E55

View File

@ -248,6 +248,7 @@
in nixpkgs.lib.nixosSystem { in nixpkgs.lib.nixosSystem {
modules = [ modules = [
./systems/fighter/configuration.nix ./systems/fighter/configuration.nix
inputs.home-manager.nixosModules.home-manager
]; ];
inherit system pkgs; inherit system pkgs;
specialArgs = { inherit sys; }; specialArgs = { inherit sys; };