NAHO
NAHO
Thanks for reporting this. I believe this has been a faulty Stylix behaviour for a long time. I think this is caused by some applications not picking up our general...
> this PR might let us remove the [dummy values](https://github.com/danth/stylix/blob/bcc674f1994396137438bac9d905971453d33b12/docs/settings.nix) used for the documentation. This is actually already possible: https://github.com/nix-community/stylix/pull/1318.
> Is there anything more to do? Unfortunately, I am unfamiliar with the KDE internals and what exactly is required on the Nix level. Consider waiting on @danth's review or...
> There should be some way of grabbing it straight from a git repo just like traditional vim plugin managers do. I think perhaps `pkgs.fetchFromGitHub` like [how zsh's home-manager module...
> If, instead of using `programs.neovim.plugins`, you use `programs.neovim.extraLuaConfig` then you could pass in a lua config that uses lazy.nvim but inside the `dir` option use `${pkgs.vimPlugins.yourplugin}`. > P.s. I've...
> if pulling via git then it will use its own lockfile implementation (`lazy-lock.json`). If you're pulling the plugins via nix as I demonstrated above, it will save this to...
> I still think the original proposal of doing *as much as possible* in nix (at build time) is the ideal. Indeed! Otherwise, IIRC `lazy.nvim` downloads and installs unavailable plugins...
> Merging is blocked > > New changes require approval from someone other than trueNAHO because they were the last pusher. @awwpotato, could you re-approve this PR? This should be...
> > @awwpotato, could you re-approve this PR? This should be easier than cancelling the auto-merge, writing the commit message again, and then force auto-merging. > > github won’t let...
> But base16 themes includes a `variant` property that describes the theme's polarity ("light" or "dark"). It's in the [spec](https://github.com/tinted-theming/home/blob/db6f4bfb839bbf3390bbf51a40341369c11f90dd/builder.md?plain=1#L35). All the upstream schemes comes with one, for example: >...