fix: typo of host figther

This commit is contained in:
Guz
2025-07-22 19:13:31 -03:00
parent baa92bed88
commit c083bb3302
6 changed files with 43 additions and 4 deletions

View File

@@ -92,7 +92,7 @@
./home/guz/configuration.nix
];
};
"fighter" = nixpkgs.lib.nixosSystem rec {
"figther" = nixpkgs.lib.nixosSystem rec {
system = "x86_64-linux";
specialArgs = {
pkgs-unstable = import nixpkgs-unstable {
@@ -104,7 +104,7 @@
modules =
homeNixOSModules
++ [
./hosts/fighter/configuration.nix
./hosts/figther/configuration.nix
inputs.stylix.nixosModules.stylix
./home/guz-lite/configuration.nix
];