This commit is contained in:
death916 2025-10-30 00:43:03 -07:00
parent fb339d6a9c
commit 00df609993

View file

@ -59,7 +59,7 @@
unstablePkgs = import nixpkgs-unstable { inherit system; };
};
modules = [
{ nixpkgs.overlays = [ overlays.waveterm overlays.halloy overlays.rust ]; }
{ nixpkgs.overlays = [ overlays.waveterm overlays.rust overlays.halloy ]; }
./nixos/configuration.nix
./nixos/hardware-configuration.nix
home-manager.nixosModules.home-manager
@ -172,4 +172,4 @@
};
};
};
}
}