Remove BlackBox terminal

This commit is contained in:
Jordan Holt 2023-11-30 22:18:46 +00:00
parent 9af6782311
commit 6cd398b9f7
Signed by: jordan
GPG Key ID: B8CFFF61F1CCF520
2 changed files with 1 additions and 8 deletions

View File

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

View File

@ -19,11 +19,6 @@ in {
programs.dconf.enable = true;
dconf.settings = {
"com/raggesilver/BlackBox" = {
theme-dark = "Dracula";
font = "Ubuntu Mono 14";
remember-window-size = true;
};
"org/gnome/shell" = {
disable-user-extensions = false;
enabled-extensions = [
@ -51,7 +46,6 @@ in {
favorite-apps = [
"firefox.desktop"
"org.gnome.Nautilus.desktop"
"com.raggesilver.BlackBox.desktop"
];
};
"org/gnome/shell/extensions/another-window-session-manager" = {
@ -163,7 +157,6 @@ in {
environment.systemPackages = with pkgs; [
bind
blackbox-terminal
bmon
fd
ffmpeg