feat: add switcher extension to gnome shell

This commit is contained in:
Tim Schubert 2024-08-13 17:33:48 +02:00
parent 879370e4a8
commit 5c9eec85a1
Signed by: dadada
SSH key fingerprint: SHA256:bFAjFH3hR8zRBaJjzQDjc3o4jqoq5EZ87l+KXEjxIz0

View file

@ -1,6 +1,10 @@
{ lib, ... }:
{ lib, pkgs, ... }:
with lib.hm.gvariant;
{
home.packages = [
pkgs.gnomeExtensions.switcher
];
dconf.settings = with lib.hm.gvariant; {
"org/gnome/shell" = {
favorite-apps = [
@ -14,7 +18,10 @@ with lib.hm.gvariant;
"org/gnome/shell" = {
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" = {