Skip to content

Commit

Permalink
chore(nixos): Use dash-to-dock extension to disable overview on startup
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones2014 committed Jun 6, 2024
1 parent f96445a commit 5679939
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion home-manager/modules/gnome/dconf.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ in {
enabled-extensions = [
"[email protected]"
"[email protected]"
"no-overview@fthx"
"gTile@vibou"
"[email protected]"
"[email protected]"
Expand All @@ -53,6 +52,7 @@ in {
};
"org/gnome/shell/extensions/dash-to-dock" = {
intellihide-mode = "ALL_WINDOWS";
disable-overview-on-startup = true;
};
"org/gnome/shell/extensions/trayIconsReloaded" = { icons-limit = 10; };
"org/gnome/desktop/background" = {
Expand Down
1 change: 0 additions & 1 deletion nixos-modules/desktop_environment.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
environment.systemPackages = with pkgs.gnomeExtensions; [
dash-to-dock
tray-icons-reloaded
no-overview
gtile
search-light
quick-web-search
Expand Down

0 comments on commit 5679939

Please sign in to comment.