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:
@@ -387,7 +387,6 @@
|
||||
fzf
|
||||
(pass.withExtensions (ext: [ext.pass-otp]))
|
||||
qrencode
|
||||
tmuxp
|
||||
unstable.zola
|
||||
unstable.hugo
|
||||
wordnet
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = [ pkgs.tmuxp ];
|
||||
|
||||
programs.tmux = {
|
||||
enable = true;
|
||||
keyMode = "vi";
|
||||
|
||||
Reference in New Issue
Block a user