From d7ac88762db111a7962c4e14b5f4e37ab85ccac7 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Sun, 24 Aug 2025 18:55:06 -0600 Subject: tree-wide: reformat using alejandra after enabling trivionomicon --- home/environ/tmux.nix | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'home/environ/tmux.nix') diff --git a/home/environ/tmux.nix b/home/environ/tmux.nix index 223851d..8d7b96f 100644 --- a/home/environ/tmux.nix +++ b/home/environ/tmux.nix @@ -1,8 +1,12 @@ -{ config, lib, pkgs, ... }: +{ + config, + lib, + pkgs, + ... +}: with lib; let cfg = config.local.environ; -in -{ +in { options.local.environ.tmuxPass = { enable = mkEnableOption "tmux-pass plugin"; }; -- cgit v1.2.3