Enable tmux by default

This commit is contained in:
Sandro - 2022-12-26 02:50:16 +01:00
parent 1e743f68e6
commit c6f7d77004
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
5 changed files with 1 additions and 11 deletions

View File

@ -27,7 +27,6 @@ lib.mkMerge [
ripgrep
screen
tcpdump
tmux
tree
vim
wget
@ -84,6 +83,7 @@ lib.mkMerge [
programs = {
fzf.keybindings = true;
tmux = {
enable = true;
aggressiveResize = true;
baseIndex = 0;
clock24 = true;

View File

@ -172,8 +172,6 @@ in
];
};
programs.tmux.enable = true;
security.sudo = {
enable = true;
wheelNeedsPassword = false;

View File

@ -73,8 +73,6 @@
pulseaudio # required for pactl
];
programs.tmux.enable = true;
# https://github.com/dump-dvb/nix-config/blob/310ceedca5ab2d5c22070bd73c603926b6100a74/hardware/configuration-rpi-3b.nix#L16
sdImage = lib.mkForce {
populateFirmwareCommands = let

View File

@ -109,12 +109,8 @@
environment.systemPackages = with pkgs; [
libraspberrypi
raspberrypi-eeprom
vim
wget
];
programs.tmux.enable = true;
services = {
# Do not log to flash:
journald.extraConfig = ''

View File

@ -71,8 +71,6 @@
allcolors
];
programs.tmux.enable = true;
nix.gc.automatic = lib.mkForce false;
security.sudo = {