feat(shell): add tmux

This commit is contained in:
Michael Mandl 2025-06-18 09:01:51 +02:00
parent 32e96d011a
commit 9d43b837ff
Signed by: mandlm
GPG key ID: 088ED38F036C7AF2
3 changed files with 33 additions and 2 deletions

View file

@ -1,5 +1,4 @@
{ pkgs, ... }:
{
{pkgs, ...}: {
home.packages = with pkgs; [
devenv
difftastic
@ -25,6 +24,7 @@
./rsync.nix
./shell_aliases.nix
./starship.nix
./tmux.nix
./tree.nix
./zoxide.nix
./zsh.nix