From 7e6b91a1c6b753a7622395e97aec13fc3507d1d3 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Wed, 7 Sep 2022 06:32:16 -0500 Subject: [PATCH] removing home manager for dalinar --- README.org | 1 - flake.nix | 1 - 2 files changed, 2 deletions(-) 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 ]; }; };