| 13 Oct 2023 |
@ajcxz0:matrix.org | * Looking good so far. It seems like a variation I had not tried was using pkgs.gnome.gnome-shell-extensions versus gnome.gnome-shell-extensions or gnome-shell-extensions in each of the places I tried it. Thank you!
environment.gnome.excludePackages = (with pkgs; [
pkgs.gnome.gnome-shell-extensions
gnome-photos
gnome-tour
]) ++ (with pkgs.gnome; [
atomix # puzzle game
cheese # webcam tool
...
]);
$ sudo nixos-rebuild switch
building Nix...
building the system configuration...
these 25 derivations will be built:
...
I'll test the results by logging out and back in shortly.
| 19:12:23 |
@ajcxz0:matrix.org | * Looking good so far. It seems like a variation I had not tried was using pkgs.gnome.gnome-shell-extensions versus gnome.gnome-shell-extensions or gnome-shell-extensions in each of the places I tried it. Thank you!
environment.gnome.excludePackages = (with pkgs; [
pkgs.gnome.gnome-shell-extensions
gnome-photos
gnome-tour
]) ++ (with pkgs.gnome; [
atomix # puzzle game
cheese # webcam tool
...
]);
$ sudo nixos-rebuild switch
building Nix...
building the system configuration...
these 25 derivations will be built:
...
I'll test the results by logging out and back in shortly.
| 19:12:51 |
@ajcxz0:matrix.org | Logged out, rebooted (just to be 100% certain), logged back in and all extensions are goes according to both org.gnome.Extensions and https://extensions.gnome.org/local/ Thank you! | 19:35:38 |
@ajcxz0:matrix.org | * Logged out, rebooted (just to be 100% certain), logged back in and all extensions are gone according to both org.gnome.Extensions and https://extensions.gnome.org/local/ with nothing broken which I've noticed yet. Thank you! | 19:37:50 |
@ajcxz0:matrix.org | * How do I remove all the Extensions from my default NixOS + GNOME install? I've RTFM, RTFW, STFW, chatted with two AI bots (one of which told me to RTFM after getting almost everything wrong), searched here and tried every variation of all the suggestions I've found resulting in nothing but errors while "building the system configuration..." I'm not using home-manager, just configuration.nix. I would like to manage my user desktop environment locally, i.e. user Flatpaks, dconf-editor, Extensions, etc. - at least for now. [Please respond in a thread, as I don't want to clutter the Room with my cluelessness.]
Update: Solution by Jan Tojnar fully described in the thread.
| 19:39:46 |
| 14 Oct 2023 |
@5m5z3q888q5prxkg:chat.lightnovel-dungeon.de | In reply to @jtojnar:matrix.org We should have it, make sure to add the relevant gstreamer plugin to the program’s buildInputs and wrapGAppsHook to its nativeBuildInputs: https://nixos.org/manual/nixpkgs/stable/#ssec-gnome-plugins We don't: https://github.com/NixOS/nixpkgs/blob/nixos-23.05/pkgs/development/libraries/webkitgtk/default.nix#L197
it requires -DUSE_GSTREAMER_WEBRTC=ON and -DENABLE_WEB_RTC=ON
| 01:52:06 |
@5m5z3q888q5prxkg:chat.lightnovel-dungeon.de | In reply to @jtojnar:matrix.org We should have it, make sure to add the relevant gstreamer plugin to the program’s buildInputs and wrapGAppsHook to its nativeBuildInputs: https://nixos.org/manual/nixpkgs/stable/#ssec-gnome-plugins * We don't: https://github.com/NixOS/nixpkgs/blob/nixos-23.05/pkgs/development/libraries/webkitgtk/default.nix#L197
it requires -DUSE_GSTREAMER_WEBRTC=ON and -DENABLE_WEB_RTC=ON
And there doesn't seem to be any relevant gstreamer plugin in nixpkgs
| 01:53:49 |