flake: move home-manager module to flake-parts root

This commit is contained in:
raf 2024-02-17 03:54:13 +03:00
commit 4703ed7731
No known key found for this signature in database
GPG key ID: 02D1DD3FA08B6B29
2 changed files with 2 additions and 2 deletions

View file

@ -29,7 +29,7 @@
homeManagerModules = {
neovim-flake = {
imports = [
(import ./lib/module self.packages inputs)
(import ./flake/modules/hm-module.nix self.packages inputs)
];
};

View file

@ -20,7 +20,7 @@ in {
enable = mkEnableOption "A NeoVim IDE with a focus on configurability and extensibility.";
settings = mkOption {
type = types.attrsOf types.anything;
type = with types; attrsOf anything;
default = {};
example = literalExpression ''
{