Hi everyone, I’m the author of nix4vscode. I’d like to ask if anyone has a need for nix4gnome, which is for installing GNOME extensions via Nix. The usage should be similar to nix4vscode.
such as install gnome extension:
extensions = pkgs.nix4gnome.forGnome "50" [
"tamasfe.even-better-toml"
"ms-vscode-remote.remote-containers"
];
If there’s a significant interest(by like this post), I might start working on this project.