From a28cd7948c2e226c24314943bc9af4a326cb1756 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Wed, 28 Jan 2026 09:17:08 +0100 Subject: [PATCH] feat(nix): replace GNOME Terminal with GNOME Console - Updated `favorite-apps` to include `org.gnome.Console.desktop` instead of `org.gnome.Terminal.desktop`. - Aligns configuration with the newer GNOME Console application, providing a modern terminal experience. --- homes/x86_64-linux/harald@amd/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homes/x86_64-linux/harald@amd/default.nix b/homes/x86_64-linux/harald@amd/default.nix index e1bf263..d1976d2 100644 --- a/homes/x86_64-linux/harald@amd/default.nix +++ b/homes/x86_64-linux/harald@amd/default.nix @@ -47,7 +47,7 @@ ]; favorite-apps = [ - "org.gnome.Terminal.desktop" + "org.gnome.Console.desktop" "jetbrains-toolbox.desktop" "org.mozilla.firefox.desktop" "firefox.desktop"