Victor Fuentes
Victor Fuentes
Flake is specified so that `nixos-rebuild --flake /path/to/flake#profile' is called properly when upgrading or adding a package to the configuration
I have considered showing something along these lines, however, currently, there isn't a good way to figure out exactly which packages are installed by which options other than evaluating all...
Yeah that could be done, not sure how to do it though since that information doesn't seem to be in the evaluated options
Definitely a good idea! I don't think it should actually be too difficult to implement, I just need to figure out the UI. Thinking maybe a "+" button next to...
Hm, so far I've only tested it on GNOME, so could be I need to modify something or add a dependency, thanks for the issue!
Sounds like something is wrong with version detection. What's your output of `nixos-version --json`? I also might have some flakes stuff I still need to backport from nix-software-center
The issue should be fixed in the latest commit on main. I'll make a new tag after I add a few more updates
Version 0.0.5 should fix the issue
Seems to be an issue with downloading `options.json`. I updated that part of the code to handle errors better, so it might work now. Otherwise what's the output when you...
Hm, try `rm -r ~/.config/nixos-conf-editor ~/.cache/nixos-conf-editor`