From 56d916efa871b22f773a05757d454655613d2135 Mon Sep 17 00:00:00 2001 From: Sebastian Fischer Date: Fri, 13 Feb 2026 19:59:14 +0100 Subject: [PATCH] [TASK] Configure Dash-to-Dock to not show drives or trashbin --- config/home.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/home.nix b/config/home.nix index d114939..3ce0b80 100644 --- a/config/home.nix +++ b/config/home.nix @@ -105,6 +105,10 @@ in dash-to-dock.extensionUuid ]; }; + "org/gnome/shell/extensions/dash-to-dock" = { + show-mounts = false; + show-trash = false; + }; }; programs.git = {