[TASK] Configure Dash-to-Dock to not show drives or trashbin

This commit is contained in:
Sebastian Fischer 2026-02-13 19:59:14 +01:00
parent 70a10c6b73
commit 56d916efa8

View File

@ -105,6 +105,10 @@ in
dash-to-dock.extensionUuid dash-to-dock.extensionUuid
]; ];
}; };
"org/gnome/shell/extensions/dash-to-dock" = {
show-mounts = false;
show-trash = false;
};
}; };
programs.git = { programs.git = {