Make BlackBox default terminal

This commit is contained in:
Jordan Holt 2023-07-25 17:03:37 +01:00
parent 9ae734df15
commit 4c603fd35f
Signed by: jordan
GPG Key ID: B8CFFF61F1CCF520
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ System and user configuration for NixOS-based systems.
| **Shell:** | zsh | | **Shell:** | zsh |
| **DE:** | GNOME | | **DE:** | GNOME |
| **Theme:** | adwaita | | **Theme:** | adwaita |
| **Terminal:** | gnome-console | | **Terminal:** | BlackBox |
## Quick start ## Quick start
1. Copy SSH keypair and `known_hosts` to `~/.ssh` 1. Copy SSH keypair and `known_hosts` to `~/.ssh`

View File

@ -44,7 +44,7 @@ in {
favorite-apps = [ favorite-apps = [
"firefox.desktop" "firefox.desktop"
"org.gnome.Nautilus.desktop" "org.gnome.Nautilus.desktop"
"org.gnome.Console.desktop" "com.raggesilver.BlackBox.desktop"
]; ];
}; };
"org/gnome/shell/extensions/another-window-session-manager" = { "org/gnome/shell/extensions/another-window-session-manager" = {