Victor Fuentes
Victor Fuentes
I used to have the same problem (I also have an Nvidia card with proprietary drivers). I got it working a couple of days ago by copying the .minecraft folder...
Should be fixed in version 0.0.5
Yep forgot to actually tag release 😅 should work now
Ever since 0bd160e71b1b83df5ab20642448bb0b16dd82eef writing multiple values in the following form has been possible: ```bash nix-editor ./file.nix something -v '{ a = 2; b = 2; }' ``` I'm thinking from...
Sounds great! I've assigned you the issue. Since the code is a bit messy I'd say the most important things to document at the moment are. From [read.rs](https://github.com/vlinkz/nix-editor/blob/main/src/read.rs): - [`pub...
Of course! Basically, this project is a tool called `nix-editor` which can be used to modify `.nix` files programmatically while maintaining valid syntax. `.nix` files are primarily used by NixOS...
Originally the plan was for clicking the button to show a complete list, that way the information display was on par with that from [search.nixos.org](search.nixos.org), but you do make a...
I've found that this is usually caused by either the screenshot no longer being accessible at the given URL, or some issue with downloading the image. Definitely something I plan...
Most likely no detected terminal emulator is installed to open it, I'll add gnome-console as a dependency and that should likely work. I'll also look into adding an option so...
Just pushed some changes with a new welcome screen that allows you to choose your config locations. It should be able to detect that you don't have your configs in...