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
|
ouch
|
||||||
cryptsetup
|
cryptsetup
|
||||||
sshfs
|
sshfs
|
||||||
|
whois
|
||||||
];
|
];
|
||||||
|
|
||||||
environment.variables =
|
environment.variables =
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -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"; };
|
||||||
|
|
Loading…
Add table
Reference in a new issue