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.
This commit is contained in:
parent
008948d61e
commit
a28cd7948c
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
favorite-apps = [
|
favorite-apps = [
|
||||||
"org.gnome.Terminal.desktop"
|
"org.gnome.Console.desktop"
|
||||||
"jetbrains-toolbox.desktop"
|
"jetbrains-toolbox.desktop"
|
||||||
"org.mozilla.firefox.desktop"
|
"org.mozilla.firefox.desktop"
|
||||||
"firefox.desktop"
|
"firefox.desktop"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue