From bb11479130b0988e93408aa917cfc872d427d95f Mon Sep 17 00:00:00 2001 From: Leonardo Date: Sat, 28 Feb 2026 16:27:59 +0100 Subject: nuovo layout --- components/programs/tmux.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 components/programs/tmux.nix (limited to 'components/programs/tmux.nix') diff --git a/components/programs/tmux.nix b/components/programs/tmux.nix new file mode 100644 index 0000000..db3f7a6 --- /dev/null +++ b/components/programs/tmux.nix @@ -0,0 +1,12 @@ +{lib, config, ...}: { + options.tmux.enable = lib.mkEnableOption "Tmux's config"; + + config = lib.mkIf config.tmux.enable { + programs.tmux = { + enable = true; + + baseIndex = 1; + clock24 = true; + }; + }; +} -- cgit v1.3