This commit is contained in:
John Lancaster
2025-06-30 22:45:04 -05:00
parent c954124c13
commit 57d59a9dea
5 changed files with 53 additions and 23 deletions

View File

@@ -16,12 +16,11 @@
lib = pkgs.lib;
in
{
homeManagerModules.default = { config, pkgs, ... }: {
homeManagerModules.default = { ... }: {
imports = [
./options.nix
./home.nix
./git.nix
./shell.nix
];
};
};