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
|
@ -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;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue