minor changes to tmux conf and installed software

This commit is contained in:
Grigory Shipunov 2023-05-12 23:09:48 +02:00
parent ac7ccaa715
commit 38a192b489
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C
4 changed files with 4 additions and 5 deletions

View file

@ -36,6 +36,7 @@
ouch ouch
cryptsetup cryptsetup
sshfs sshfs
whois
]; ];
environment.variables = environment.variables =

View file

@ -24,9 +24,6 @@
set -g set-titles on set -g set-titles on
set -g set-titles-string "#T" set -g set-titles-string "#T"
# mouse
set -g mouse on
# theming # theming
# modes # modes
setw -g clock-mode-colour white setw -g clock-mode-colour white

View file

@ -1,4 +1,4 @@
{ pkgs, inputs, ... }: { pkgs, inputs, lib, ... }:
{ {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
@ -16,7 +16,7 @@
vterm vterm
pdf-tools pdf-tools
])); ]));
defaultEditor = true; defaultEditor = lib.mkDefault false;
}; };
} }

View file

@ -122,6 +122,7 @@
i3status-rust i3status-rust
wlsunset wlsunset
kanshi kanshi
wl-mirror
]; ];
}; };
environment.sessionVariables = { GTK_THEME = "Adwaita:dark"; }; environment.sessionVariables = { GTK_THEME = "Adwaita:dark"; };