Add tmux #18

Merged
armel merged 1 commits from feature/tmux into master 2026-01-23 23:32:28 +01:00
2 changed files with 6 additions and 0 deletions
Showing only changes of commit 3120ac5747 - Show all commits

View File

@@ -13,6 +13,7 @@
./programs/zsh.nix ./programs/zsh.nix
./programs/direnv.nix ./programs/direnv.nix
./programs/firefox.nix ./programs/firefox.nix
./programs/tmux.nix
./wm/rofi.nix ./wm/rofi.nix
./wm/cursor.nix ./wm/cursor.nix
./wm/dconf.nix ./wm/dconf.nix

5
programs/tmux.nix Normal file
View File

@@ -0,0 +1,5 @@
{ pkgs, ... }:
{
programs.tmux.enable = true;
}