From f3b7a6a33588ad425de02c4b841df19f30733e44 Mon Sep 17 00:00:00 2001 From: Collin Williams <96917990+bluedragon1221@users.noreply.github.com> Date: Mon, 9 Jun 2025 19:43:34 +0000 Subject: reorganize programs, move functions to library, and remove the rest of hyprland (all sway now) --- modules/terminal/home/emulators/blackbox.nix | 30 ---------------------------- 1 file changed, 30 deletions(-) delete mode 100644 modules/terminal/home/emulators/blackbox.nix (limited to 'modules/terminal/home/emulators') diff --git a/modules/terminal/home/emulators/blackbox.nix b/modules/terminal/home/emulators/blackbox.nix deleted file mode 100644 index 7da15a9..0000000 --- a/modules/terminal/home/emulators/blackbox.nix +++ /dev/null @@ -1,30 +0,0 @@ -{ - pkgs, - lib, - config, - ... -}: let - cfg = config.collinux.terminal.terminalEmulators.blackbox; -in - lib.mkIf cfg.enable { - home.packages = [pkgs.blackbox-terminal]; - - dconf = { - enable = true; - settings = { - "com/raggesilver/BlackBox" = { - context-aware-header-bar = true; - fill-tabs = true; - notify-process-completion = true; - opacity = 100; - pixel-scrolling = true; - pretty = true; - show-scrollbars = false; - terminal-padding = "(10, 10, 10, 10)"; - - floating-controls = false; - show-headerbar = true; - }; - }; - }; - } -- cgit v1.3.1