Skip to content

Commit

Permalink
dconf: add gamemode shell extension
Browse files Browse the repository at this point in the history
  • Loading branch information
brckd committed Dec 27, 2024
1 parent 9958f4e commit 065a441
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/home/dconf/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ with lib; let
reboottouefi
caffeine
forge
gamemode-shell-extension
];
num-workspaces = 10;
in {
Expand Down Expand Up @@ -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"];
};
Expand Down

0 comments on commit 065a441

Please sign in to comment.