mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 10:33:55 -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;
|
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;
|
||||||
|
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue