feat: add formatter

This commit is contained in:
danny 2026-01-10 12:46:40 +08:00
parent d036cf224a
commit cf005ff872
269 changed files with 369 additions and 226 deletions

6
system/modules/tmux.nix Normal file → Executable file
View file

@ -2,7 +2,8 @@
pkgs,
config,
...
}: let
}:
let
getIconScript = pkgs.writeShellScript "get-icon" ''
get_icons() {
local session_name="$1"
@ -30,7 +31,8 @@
prefixKey = "C-Space";
tmuxConfigPath = "/etc/tmux.conf";
in {
in
{
environment = {
variables = {
TMUXINATOR_CONFIG = "/etc/tmuxinator";