Terje Larsen
Terje Larsen
Rebased to resolve conflict in news entry.
I'm back from some vacation and have rebased now, so should be ready to go
This is a quite complete solution in the wild: https://github.com/tadfisher/flake/blob/master/home/modules/programs/gnome-shell.nix Perhaps @tadfisher would like to upstream it. I created a ticket for it: https://github.com/tadfisher/flake/issues/1 I wonder for it to work...
I extended the module with the following code: ``` dconf.settings."org/gnome/shell".disable-user-extensions = false; xdg.dataFile = listToAttrs (map ({ id, package }: { name = "gnome-shell/extensions/${id}"; value = { source = package;...
Thank you @tadfisher, greatly appreciated. Not sure if you noticed my previous comment, since it was 1 min apart. But that might save you some time, if you plan to...
@tadfisher I am also using extensions from `nixpkgs` and it is working. The thing is that home manager `xdg.dataFile` resolves to `~/.local/share`, this name here refers to the attribute that...
Ah! Yes, you are right, I checked mine and that is how it is, so perhaps it is working due to me getting the `XDG_DATA_DIRS` working at the same time....
There is a PR for this and it is almost mergeable. It is still a valid and useful request.
@tadfisher Would you like to update the PR #1795 to make it ready for merge, if you don't have time, I guess I could take a stab at it as...
Still interested in this, will try to bump it up on my prio-list