Gnome: enable extensions
This commit is contained in:
parent
c018979cb2
commit
09274de08c
1 changed files with 8 additions and 0 deletions
|
|
@ -6,7 +6,15 @@
|
|||
};
|
||||
gnome.gnome-browser-connector.enable = true;
|
||||
};
|
||||
|
||||
# Extensions
|
||||
environment.systemPackages = with pkgs.gnomeExtensions; [
|
||||
appindicator
|
||||
];
|
||||
|
||||
home-manager.users.toast = {
|
||||
dconf.settings = {
|
||||
"org/gnome/shell".enabled-extensions = ["appindicatorsupport@rgcjonas.gmail.com"];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue