diff --git a/flake.nix b/flake.nix index ce6393d..1c56cb5 100644 --- a/flake.nix +++ b/flake.nix @@ -34,7 +34,6 @@ inherit system; specialArgs = { inherit inputs; }; modules = [ - home-manager.nixosModule { nixpkgs.overlays = [ unstable-overlay ]; } ./hosts/NixFrame/configuration.nix ]; diff --git a/home/home.nix b/home/home.nix index 99f907e..5284754 100644 --- a/home/home.nix +++ b/home/home.nix @@ -1,4 +1,4 @@ -{ config, pkgs, ... }: +{ pkgs, ... }: { imports = [