mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-01-02 09:05:55 +00:00
flake: move home-manager module to flake-parts root
This commit is contained in:
parent
2251bcbc64
commit
4703ed7731
2 changed files with 2 additions and 2 deletions
|
|
@ -29,7 +29,7 @@
|
|||
homeManagerModules = {
|
||||
neovim-flake = {
|
||||
imports = [
|
||||
(import ./lib/module self.packages inputs)
|
||||
(import ./flake/modules/hm-module.nix self.packages inputs)
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -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 ''
|
||||
{
|
||||
Loading…
Add table
Add a link
Reference in a new issue