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

@ -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;
};
}