From d2aecd69c17fa64305c07333686576152432993d Mon Sep 17 00:00:00 2001 From: Collin Williams <96917990+bluedragon1221@users.noreply.github.com> Date: Wed, 15 Jul 2026 12:03:58 -0500 Subject: changes. --- tmux-tsunami/modules/common/main.nix | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 tmux-tsunami/modules/common/main.nix (limited to 'tmux-tsunami/modules/common/main.nix') diff --git a/tmux-tsunami/modules/common/main.nix b/tmux-tsunami/modules/common/main.nix deleted file mode 100644 index 25366d9..0000000 --- a/tmux-tsunami/modules/common/main.nix +++ /dev/null @@ -1,23 +0,0 @@ -{lib, ...}: let - inherit (lib) mkOption mkEnableOption; -in { - options = { - tsunami = { - enable = mkEnableOption "tsunami tmux distro"; - scripts = mkOption { - type = lib.types.attrsOf (lib.types.str); - default = []; - }; - - files = mkOption { - type = lib.types.attrsOf (lib.types.str); - default = []; - }; - - confs = mkOption { - type = lib.types.attrsOf (lib.types.str); - default = []; - }; - }; - }; -} -- cgit v1.3.1