diff --git a/flake.nix b/flake.nix index a530dff..cdb5cbc 100644 --- a/flake.nix +++ b/flake.nix @@ -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 @@ }; }; }; -} +} \ No newline at end of file