MyNixOS website logo
option

programs.gnome-shell.extensions

List of GNOME Shell extensions.

Declarations
Type
list of (submodule)
Default
[ ]
Example
[
  { package = pkgs.gnomeExtensions.dash-to-panel; }
  {
    id = "user-theme@gnome-shell-extensions.gcampax.github.com";
    package = pkgs.gnome-shell-extensions;
  }
]
Sign in to create a configuration using this setting.