minor changes to tmux conf and installed software
This commit is contained in:
parent
ac7ccaa715
commit
38a192b489
4 changed files with 4 additions and 5 deletions
|
@ -36,6 +36,7 @@
|
|||
ouch
|
||||
cryptsetup
|
||||
sshfs
|
||||
whois
|
||||
];
|
||||
|
||||
environment.variables =
|
||||
|
|
|
@ -24,9 +24,6 @@
|
|||
set -g set-titles on
|
||||
set -g set-titles-string "#T"
|
||||
|
||||
# mouse
|
||||
set -g mouse on
|
||||
|
||||
# theming
|
||||
# modes
|
||||
setw -g clock-mode-colour white
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, inputs, ... }:
|
||||
{ pkgs, inputs, lib, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
@ -16,7 +16,7 @@
|
|||
vterm
|
||||
pdf-tools
|
||||
]));
|
||||
defaultEditor = true;
|
||||
defaultEditor = lib.mkDefault false;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
@ -122,6 +122,7 @@
|
|||
i3status-rust
|
||||
wlsunset
|
||||
kanshi
|
||||
wl-mirror
|
||||
];
|
||||
};
|
||||
environment.sessionVariables = { GTK_THEME = "Adwaita:dark"; };
|
||||
|
|
Loading…
Add table
Reference in a new issue