10 lines
177 B
Nix
10 lines
177 B
Nix
{ self, ... }:
|
|
{
|
|
flake.modules.homeManager.editor = { ... }: {
|
|
imports = [
|
|
self.modules.homeManager.editorconfig
|
|
self.modules.homeManager.neovim
|
|
];
|
|
};
|
|
}
|