fix: formatting
This commit is contained in:
parent
4bf97d6556
commit
c890757a8c
4 changed files with 39 additions and 36 deletions
|
@ -36,6 +36,8 @@
|
|||
fx
|
||||
jq
|
||||
deno
|
||||
gleam
|
||||
unzip
|
||||
|
||||
transmission_4-gtk
|
||||
];
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
{
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
{pkgs, ...}: {
|
||||
gtk = {
|
||||
enable = true;
|
||||
|
||||
|
|
|
@ -162,7 +162,11 @@ in {
|
|||
# '';
|
||||
# }
|
||||
];
|
||||
extraConfig = /*tmux*/ ''
|
||||
extraConfig =
|
||||
/*
|
||||
tmux
|
||||
*/
|
||||
''
|
||||
set -g default-terminal "tmux-256color"
|
||||
set-option -sa terminal-overrides ",xterm*:Tc"
|
||||
set-window-option -g pane-base-index 1
|
||||
|
|
Loading…
Reference in a new issue