nixos-systems/modules/home/default.nix
Eli Ribble 6bdcc2ccfe Create an option for defining the user in home-manager modules
This will replace existing per-module user configuration.

Or, rather, it already did for git.
2025-07-21 18:47:29 +00:00

8 lines
74 B
Nix

{
imports = [
./base.nix
./fish.nix
./git.nix
./neovim.nix
];
}