chore: run alejandra

This commit is contained in:
Primrose 2025-06-20 21:41:16 +02:00
parent c509d80b58
commit 79ee2b4908
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
9 changed files with 169 additions and 147 deletions

View file

@ -1,7 +1,10 @@
{config, lib, ...}: let
cfg = config.programs.lazygit;
in
{
config,
lib,
...
}: let
cfg = config.programs.lazygit;
in {
programs.tmux.extraConfig = lib.mkIf cfg.enable ''
bind -n C-g run-shell "tmux new-window ${lib.getExe cfg.package}"
'';