This will replace existing per-module user configuration. Or, rather, it already did for git.
8 lines
74 B
Nix
8 lines
74 B
Nix
{
|
|
imports = [
|
|
./base.nix
|
|
./fish.nix
|
|
./git.nix
|
|
./neovim.nix
|
|
];
|
|
}
|