mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 04:53:54 -05:00
home/gnome: enable extensions with dconf
This commit is contained in:
parent
e723e3e74f
commit
f0d6d11c22
|
@ -26,16 +26,16 @@
|
|||
workspaces-only-on-primary = true;
|
||||
};
|
||||
|
||||
# "org/gnome/shell".enabled-extensions = [
|
||||
# "appindicatorsupport@rgcjonas.gmail.com"
|
||||
# "blur-my-shell@aunetx"
|
||||
# "gsconnect@andyholmes.github.io"
|
||||
# "nightthemeswitcher@romainvigier.fr"
|
||||
# "noannoyance-fork@vrba.dev"
|
||||
# "tailscale-status@maxgallup.github.com"
|
||||
# "tiling-assistant@leleat-on-github"
|
||||
# "drive-menu@gnome-shell-extensions.gcampax.github.com"
|
||||
# ];
|
||||
"org/gnome/shell".enabled-extensions = [
|
||||
"appindicatorsupport@rgcjonas.gmail.com"
|
||||
"blur-my-shell@aunetx"
|
||||
"gsconnect@andyholmes.github.io"
|
||||
"nightthemeswitcher@romainvigier.fr"
|
||||
"noannoyance-fork@vrba.dev"
|
||||
"tailscale-status@maxgallup.github.com"
|
||||
"tiling-assistant@leleat-on-github"
|
||||
"drive-menu@gnome-shell-extensions.gcampax.github.com"
|
||||
];
|
||||
|
||||
"org/gnome/shell/extensions/blur-my-shell/overview".style-components = 3;
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
pkgs,
|
||||
lib,
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
config = lib.mkIf config.ar.desktop.gnome.enable {
|
||||
|
|
Loading…
Reference in a new issue