diff --git a/configuration/modules/gnome.nix b/configuration/modules/gnome.nix index 4577932..366eb38 100644 --- a/configuration/modules/gnome.nix +++ b/configuration/modules/gnome.nix @@ -1,4 +1,4 @@ -{ pkgs, lib, ... }: +{ pkgs, config, lib, ... }: with lib; { options.gnome.tablet = mkOption { @@ -19,7 +19,7 @@ with lib; environment.gnome.excludePackages = with pkgs; [ gnome-tour gnome-user-docs ]; environment.systemPackages = with pkgs.gnomeExtensions; [ - tray-icons-reloaded + appindicator ] ++ optionals config.gnome.tablet [ touchup ];