diff --git a/modules/home/dconf/default.nix b/modules/home/dconf/default.nix index 1fb960d..b86d78f 100644 --- a/modules/home/dconf/default.nix +++ b/modules/home/dconf/default.nix @@ -13,6 +13,7 @@ with lib; let reboottouefi caffeine forge + gamemode-shell-extension ]; num-workspaces = 10; in { @@ -42,6 +43,10 @@ in { dnd-center-layout = "swap"; }; + "org/gnome/shell/extensions/gamemodeshellextension" = { + show-icon-only-when-active = true; + }; + "org/gnome/shell" = { favourite-apps = ["librewolf.desktop" "nvim.desktop" "kitty.desktop"]; };