Sven
Sven
@benturong You need to reference nixneovim twice in your configuration: 1) Apply `nixpkgs` overlay. This part is responsible for adding `pkgs.vimExtraPlugins` to your package set. 2) Apply the hm/nixos module....
Besides that, explicitly setting `nvim-cmp.snippet.luasnip.enable = false` so that nix has the attrset available results in Lua errors: ```nix programs.nixneovim = { enable = true; plugins.nvim-cmp = { enable =...
I only changed the CI workflow. This shouldn't fall under any copyright; I made zero additions to the actual code. I am fine with whatever copyright you deem right.
I'll work on the rating display component, I require that one for my current project. I'll open a PR once done. Probably around mid-september. I guess the rating component doesn't...
I can only tell that I did not get prompted to install any optional dependencies. I just think that, since the tool is required for debugging purposes when hitting issues...
> Optional dependencies are only listed. You still have to go out of your way to install it manually. I know. I was just hoping to reduce friction for users...
Would enforcing commit hashes to pin the flatpaks to a specific version _still_ break reproducubility? I skimmed through the code and it seems that it would guarantee that flatpak installs...
Does anybody know how to get this to work without nm-applet? Some desktop environments ship their own WiFi applet. For those I had to disable the builtin one and use...
If I can fix it for sure. I will take a look! Thanks for linking the repo :smile:
> Checking the modified time makes sense, but I don't think size is a good indicator here. For example, if the game stores multiple save slots in one file, and...