removing home manager for dalinar

This commit is contained in:
Chris Cochrun 2022-09-07 06:32:16 -05:00
parent 4fbc25a032
commit 7e6b91a1c6
2 changed files with 0 additions and 2 deletions

View file

@ -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
];
};
};