laptop config has now integrated the module refactoring. Also updated flake.lock and fixed missing git aliases from previous commit

This commit is contained in:
pagedmov
2024-11-02 06:35:01 -04:00
parent 44e1498e97
commit eae58c0f13
6 changed files with 151 additions and 40 deletions

View File

@@ -67,7 +67,7 @@
) {}
colors;
in {
homeManagerModules.default = ./modules/home/default.nix;
homeManagerModules.default = ./modules/home;
nixosConfigurations = {
oganesson = nixpkgs.lib.nixosSystem {