Remove BlackBox terminal

This commit is contained in:
Jordan Holt 2023-11-30 22:18:46 +00:00
parent 9af6782311
commit f0f7e5ae8d
Signed by: jordan
GPG Key ID: B8CFFF61F1CCF520
2 changed files with 1 additions and 7 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 = [
@ -163,7 +158,6 @@ in {
environment.systemPackages = with pkgs; [
bind
blackbox-terminal
bmon
fd
ffmpeg