mirror of
https://github.com/kmein/niveum
synced 2026-03-19 19:41:08 +01:00
tmux: move tmuxp to tmux config
This commit is contained in:
@@ -387,7 +387,6 @@
|
|||||||
fzf
|
fzf
|
||||||
(pass.withExtensions (ext: [ext.pass-otp]))
|
(pass.withExtensions (ext: [ext.pass-otp]))
|
||||||
qrencode
|
qrencode
|
||||||
tmuxp
|
|
||||||
unstable.zola
|
unstable.zola
|
||||||
unstable.hugo
|
unstable.hugo
|
||||||
wordnet
|
wordnet
|
||||||
|
|||||||
@@ -1,4 +1,7 @@
|
|||||||
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
|
environment.systemPackages = [ pkgs.tmuxp ];
|
||||||
|
|
||||||
programs.tmux = {
|
programs.tmux = {
|
||||||
enable = true;
|
enable = true;
|
||||||
keyMode = "vi";
|
keyMode = "vi";
|
||||||
|
|||||||
Reference in New Issue
Block a user