Sridhar Ratnakumar
Sridhar Ratnakumar
Alternatively, we can just test for `stdenv.isLinux`.
Let's re-evaluate this as part of #86
It's not generic enough. https://github.com/Mic92/dotfiles/blob/b2ff14454465c10d00c4239eea0785583ddf9a35/home-manager/modules/neovim/nvim-standalone.nix#L3-L30 We want something that works with our nixvim configuration.
https://github.com/niksingh710/nvix?tab=readme-ov-file#quick-run
@niksingh710 I think that approach is generally in the right direction. But can we continue to use the home-manager module anyway? Your change basically removes this config: https://github.com/nix-community/nixvim/blob/11c133e89e4090c43445a2c3b5af2322831d7219/wrappers/hm.nix#L43-L58 Anyway, open...
Yea we can, though it won't cover all cases, like bash functions, viz.:
I think we can do this as a flake app in this repo. ```sh nix run github:juspay/nix-dev-home#install ```
We shall do this as part of https://omnix.page/om/init.html
We keep hitting Not sure how to automate this.
At this point, `om init`'s `--non-interactive` mode pretty much solves this. Also see https://github.com/juspay/nixone