1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

tmux: move tmuxp to tmux config

This commit is contained in:
Kierán Meinhardt
2019-08-05 09:38:38 +02:00
parent 14a1003c30
commit 91ed5bd0a5
2 changed files with 3 additions and 1 deletions

View File

@@ -387,7 +387,6 @@
fzf
(pass.withExtensions (ext: [ext.pass-otp]))
qrencode
tmuxp
unstable.zola
unstable.hugo
wordnet

View File

@@ -1,4 +1,7 @@
{ pkgs, ... }:
{
environment.systemPackages = [ pkgs.tmuxp ];
programs.tmux = {
enable = true;
keyMode = "vi";