installs tmux via home-manager
This commit is contained in:
parent
4546e0a23c
commit
df55e2a7e1
1 changed files with 8 additions and 0 deletions
|
|
@ -1,6 +1,14 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
|
||||
home.packages = lib.mkAfter (
|
||||
with pkgs;
|
||||
[
|
||||
tmux
|
||||
]
|
||||
);
|
||||
|
||||
programs.tmux = {
|
||||
enable = true;
|
||||
baseIndex = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue