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

move reptyr to tmux

This commit is contained in:
Kierán Meinhardt
2019-08-18 11:17:41 +02:00
parent 9d21920085
commit 0c0090843a

View File

@@ -1,6 +1,9 @@
{ pkgs, ... }:
{
environment.systemPackages = [ pkgs.tmuxp ];
environment.systemPackages = [
pkgs.tmuxp
pkgs.reptyr # move programs over to a tmux session
];
programs.tmux = {
enable = true;