Sridhar Ratnakumar
Sridhar Ratnakumar
I found a related issue. Notice that [this page](https://nixos.asia/en/tips/git-profiles) has a superflous `profiles` suffix in the HTML title.
Problems seems to be in `plainify`: https://github.com/srid/commonmark-wikilink/pull/5
One more thing we want to support is per-user home-manager configuration. EDIT: But this is already possible through `./configurations/home/`
As of #142, we enable those users (as long as there's a `configurations/home/FOO.nix` file) on NixOS and nix-darwin via https://github.com/juspay/nixos-unified-template/blob/4e15da17212c7f63f68cd619ddc7e8f770b2b315/modules/nixos/common/home-manager.nix#L9-L24
I took a stab at this at https://github.com/juspay/nixos-unified-template/pull/143 But not super happy with the result, which seems rather too complicated, which arises form the fact that we ought to support...
You can now run: ``` nix flake init -t github:srid/haskell-template ``` This includes all files. A better way to initialize the template will be provided as part of https://github.com/juspay/omnix/issues/152
> A better way to initialize the template will be provided as part of [juspay/omnix#152](https://github.com/juspay/omnix/issues/152) https://omnix.page/om/init.html
@ttimasdf 1. Could you paste the actual error? When running what command? On what repo? Having reliable repro would be nice. 3. What is the output of `nix run nixpkgs#omnix...
> Not in your `terminal.nix` file because that expects a few different arguments and it's being imported incorrectly AFAIU It is just standard home-manager import: https://github.com/srid/nixos-config/blob/68834596c1a68b9f68d6722f4e4f17033a715578/modules/home/default.nix#L9 What do you mean...
> I mean that it ends up looking for it at `home-manager.users.srid.programs.nix-index-fork` instead of `programs.nix-index-fork` The former is the correct module key, if using from `nix-darwin` or `NixOS` config. The...