From 03d7e810734df9131c5a3125a5fbaf052ee2096f Mon Sep 17 00:00:00 2001 From: Bailey Stevens Date: Mon, 18 Mar 2024 16:14:39 -0400 Subject: [PATCH] Configures blackbox terminal. --- modules/home/gnome/dconf.nix | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/modules/home/gnome/dconf.nix b/modules/home/gnome/dconf.nix index 0f2a518..7a4b3ff 100644 --- a/modules/home/gnome/dconf.nix +++ b/modules/home/gnome/dconf.nix @@ -7,6 +7,12 @@ { config = lib.mkIf config.mtxyz.graphical { dconf.settings = with lib.hm.gvariant; { + "org/raggesilver/BlackBox" = { + theme-dark = "Dracula"; + terminal-bell = false; + show-headerbar = "FantasqueSansM Nerd Font 10"; + }; + "org/gnome/shell" = { disable-user-extensions = false; disabled-extensions = [ @@ -241,8 +247,8 @@ ]; "org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom0" = { binding = "Return"; - command = "wezterm"; - name = "Wezterm"; + command = "blackbox"; + name = "Terminal"; }; "org/gnome/settings-daemon/plugins/media-keys/custom-keybindings/custom1" = { binding = "e";