Skip to content

Commit

Permalink
dconf replace gamemode shell extension with gamemode indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
brckd committed Dec 28, 2024
1 parent 065a441 commit 010e36a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions modules/home/dconf/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ with lib; let
reboottouefi
caffeine
forge
gamemode-shell-extension
gamemode-indicator-in-system-settings
];
num-workspaces = 10;
in {
Expand All @@ -23,6 +23,7 @@ in {
{
"org/gnome/shell" = {
disable-user-extensions = false;
disable-extension-version-validation = true;
enabled-extensions = map (e: e.extensionUuid) extensions;
};

Expand All @@ -43,10 +44,6 @@ 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"];
};
Expand Down

0 comments on commit 010e36a

Please sign in to comment.