Victor Fuentes

Results 58 comments of Victor Fuentes

Oh shoot, think I left a typo in the code when testing, I'll fix it in a min

Weird, I tried your config on my side and it worked fine, the only thing I could suggest would be to delete cache and config and try again, but I'm...

I've updated the flake file so that `nix run github:vlinkz/nix-editor` should work as expected

Should be fixed in 6f33bad9d0c9383bed39115c339b44e098d4e22f and 7b0af65075f002782b50bda3516c6266641cb6b4, although indentation is still hackish

Hm yeah, that seems to have to do with the way attribute sets are handled differently than values

I do have something already in place for packages when using nix-software-center, so something similar for nixos options would definitely be a good idea as well! (The actual function that...

I added a change to the `default.nix` that should fix future issues related to this

Yeah, should have mentioned in the readme, you'll need to pass inputs into your configuration, so as the first line of your configuration, instead of something like this: ```nix {...

May not be exactly what you're looking for, but if you have a specific file containing `environment.systemPackages` that you want the software center to use, selecting that instead of `configuration.nix`...