configures tmux

This commit is contained in:
Dennis Schoepf 2026-01-09 21:57:05 +01:00
parent a5400b6d22
commit 4838f2eb46
3 changed files with 54 additions and 6 deletions

View file

@ -27,9 +27,7 @@
# Device specific overlays
# Overlays for all devices are defined
# in modules/default.nix
nixpkgs.overlays = [
inputs.zellij-switch.overlays.default
];
nixpkgs.overlays = [];
# System Packages
environment.systemPackages = lib.mkAfter (
@ -38,8 +36,6 @@
yt-dlp
fnm
devenv
zellij
zellij-switch
rsync
]
);