feat: add switcher extension to gnome shell
This commit is contained in:
parent
879370e4a8
commit
5c9eec85a1
1 changed files with 9 additions and 2 deletions
|
@ -1,6 +1,10 @@
|
||||||
{ lib, ... }:
|
{ lib, pkgs, ... }:
|
||||||
with lib.hm.gvariant;
|
with lib.hm.gvariant;
|
||||||
{
|
{
|
||||||
|
home.packages = [
|
||||||
|
pkgs.gnomeExtensions.switcher
|
||||||
|
];
|
||||||
|
|
||||||
dconf.settings = with lib.hm.gvariant; {
|
dconf.settings = with lib.hm.gvariant; {
|
||||||
"org/gnome/shell" = {
|
"org/gnome/shell" = {
|
||||||
favorite-apps = [
|
favorite-apps = [
|
||||||
|
@ -14,7 +18,10 @@ with lib.hm.gvariant;
|
||||||
|
|
||||||
"org/gnome/shell" = {
|
"org/gnome/shell" = {
|
||||||
disable-user-extensions = false;
|
disable-user-extensions = false;
|
||||||
enabled-extensions = [ "system-monitor@gnome-shell-extensions.gcampax.github.com" ];
|
enabled-extensions = [
|
||||||
|
"system-monitor@gnome-shell-extensions.gcampax.github.com"
|
||||||
|
"switcher@landau.fi"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
"org/gnome/desktop/calendar" = {
|
"org/gnome/desktop/calendar" = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue