home/gnome: enable extensions with dconf

This commit is contained in:
Aly Raffauf 2024-07-22 23:55:17 -04:00
parent e723e3e74f
commit f0d6d11c22
2 changed files with 12 additions and 12 deletions

View file

@ -26,16 +26,16 @@
workspaces-only-on-primary = true; workspaces-only-on-primary = true;
}; };
# "org/gnome/shell".enabled-extensions = [ "org/gnome/shell".enabled-extensions = [
# "appindicatorsupport@rgcjonas.gmail.com" "appindicatorsupport@rgcjonas.gmail.com"
# "blur-my-shell@aunetx" "blur-my-shell@aunetx"
# "gsconnect@andyholmes.github.io" "gsconnect@andyholmes.github.io"
# "nightthemeswitcher@romainvigier.fr" "nightthemeswitcher@romainvigier.fr"
# "noannoyance-fork@vrba.dev" "noannoyance-fork@vrba.dev"
# "tailscale-status@maxgallup.github.com" "tailscale-status@maxgallup.github.com"
# "tiling-assistant@leleat-on-github" "tiling-assistant@leleat-on-github"
# "drive-menu@gnome-shell-extensions.gcampax.github.com" "drive-menu@gnome-shell-extensions.gcampax.github.com"
# ]; ];
"org/gnome/shell/extensions/blur-my-shell/overview".style-components = 3; "org/gnome/shell/extensions/blur-my-shell/overview".style-components = 3;

View file

@ -1,7 +1,7 @@
{ {
pkgs,
lib,
config, config,
lib,
pkgs,
... ...
}: { }: {
config = lib.mkIf config.ar.desktop.gnome.enable { config = lib.mkIf config.ar.desktop.gnome.enable {