diff --git a/README.org b/README.org index 74c35be..87ba42b 100644 --- a/README.org +++ b/README.org @@ -117,7 +117,6 @@ Both include the home-manager module. Primarily I chose that route so that I cou inherit system; modules = [ ./system/dalinar/configuration.nix - home-manager.nixosModules.home-manager ]; }; }; diff --git a/flake.nix b/flake.nix index 8fad568..45c35fe 100644 --- a/flake.nix +++ b/flake.nix @@ -90,7 +90,6 @@ inherit system; modules = [ ./system/dalinar/configuration.nix - home-manager.nixosModules.home-manager ]; }; };