feat: configure GNOME dock with workshop favorite apps
- Set favorite apps to only include text editor, terminal, Firefox, and Chromium - Removes default GNOME apps from dock for cleaner workshop interface
This commit is contained in:
@@ -1223,11 +1223,14 @@ isoConfig
|
||||
user = "workshop";
|
||||
};
|
||||
|
||||
# Disable GNOME welcome tour
|
||||
# Disable GNOME welcome tour and configure favorite apps
|
||||
services.xserver.desktopManager.gnome = {
|
||||
extraGSettingsOverrides = ''
|
||||
[org.gnome.tour]
|
||||
enable-autostart=false
|
||||
|
||||
[org.gnome.shell]
|
||||
favorite-apps=['org.gnome.TextEditor.desktop', 'org.gnome.Terminal.desktop', 'firefox.desktop', 'chromium-browser.desktop']
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user