From 5db06024d727b2ca11f03d3ea6153a7946d8f720 Mon Sep 17 00:00:00 2001 From: schererleander Date: Tue, 29 Apr 2025 20:41:52 +0200 Subject: move modules --- modules/home-manager/tmux.nix | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 modules/home-manager/tmux.nix (limited to 'modules/home-manager/tmux.nix') diff --git a/modules/home-manager/tmux.nix b/modules/home-manager/tmux.nix deleted file mode 100644 index c4bfefc..0000000 --- a/modules/home-manager/tmux.nix +++ /dev/null @@ -1,14 +0,0 @@ -{ config, lib, pkgs, ... }: - -let - cfg = config.tmux; -in { - options.tmux.enable = lib.mkEnableOption "Enable and configure Tmux"; - - config = lib.mkIf cfg.enable { - programs.tmux = { - enable = true; - }; - }; -} - -- cgit v1.3.1