run nixfmt

This commit is contained in:
2025-10-02 10:08:12 +00:00
parent c05cb4d125
commit dd6fe450fb
22 changed files with 529 additions and 442 deletions

View File

@@ -1,4 +1,9 @@
{ inputs, pkgs, fetchFromGitHub, ... }:
{
inputs,
pkgs,
fetchFromGitHub,
...
}:
{
programs.tmux = {
enable = true;
@@ -7,9 +12,9 @@
minimal-tmux-status
];
extraConfig = ''
set-option -g default-terminal "tmux-256color"
set -g status-bg black
set -g status-fg white
set-option -g default-terminal "tmux-256color"
set -g status-bg black
set -g status-fg white
'';
};
}