feat: add formatter
This commit is contained in:
parent
d036cf224a
commit
cf005ff872
269 changed files with 369 additions and 226 deletions
6
system/modules/tmux.nix
Normal file → Executable file
6
system/modules/tmux.nix
Normal file → Executable 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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue