I’ve recently wanted to try out using GNU Guix, because it seems to be a very well designed package manager and I want to get more familiar with it. It can be installed on NixOS from Nixpkgs, and I want to know if there is a way to manage Guix with Nix, being able to write down in my configuration.nix file what Guix packages I want installed and how I want Guix and its packages configured.
Edit: To rephrase, I’m wondering if there is an option for Guix (I have looked through the options here, but am a bit confused) that allows one to manage Guix packages and settings via Nix from the NixOS configuration files, rather than installing them imperatively, so that they are managed alongside the rest of the packages and settings when I build a new derivation.