Robert Helgesson
Robert Helgesson
@maisiliym The CI error is related to formatting, you can run the `format` script in the project root to do that.
Thanks for the thorough investigations! I'm on NixOS and do indeed have ```console $ echo $TERMINFO_DIRS /home/rycee/.nix-profile/share/terminfo:/nix/var/nix/profiles/default/share/terminfo:/run/current-system/sw/share/terminfo:/etc/profiles/per-user/rycee/share/terminfo ``` because it is set from the NixOS [terminfo module](https://github.com/NixOS/nixpkgs/blob/ff17dd2e11b2862b1a1a9cd4d086e9e0cd0c865f/nixos/modules/config/terminfo.nix#L15-L17). In principle I...
Made a quick implementation of @PhotonQuantum's suggestion. Hopefully it makes things work!
@supermarin That doesn't seem related to Home Manager, just a general lack of terminfo? So I think that would be a bug for Nixpkgs.
Hmm, I think if this is an issue with `writeTextFile` then it needs to be fixed in Nixpkgs. Although, I'm not sure what could cause it. Seems like `writeTextFile` attempted...
Yeah, like @sumnerevans mentioned. Try adding a `mkRemovedOptionModule` for the old `programs.mako` path in the imports.
Thanks! Added some comments. Also, I believe you will need to add a reference to the module in `modules/modules.nix`. You can verify this by adding a test case 🙂
Thanks! I've added a few comments. The activation time plugin installation is my main concern. I think it would be best to go directly for the proper plugin packaging. CC...
Oh, and you can improve the commit message by avoiding to put everything the summary. Something like ``` micro: add a few new options This adds the options - `bindings`,...
Thanks for the contribution! I was having a look at this and in general it seems fine. But I do feel a bit reluctant to make `source` a mergeable option...