Move tmux configuration

This commit is contained in:
Oliver Davies 2025-07-24 22:24:47 +01:00
parent 278b9eaea1
commit 64b158ed2a
8 changed files with 86 additions and 100 deletions

3
modules2/tmux/enable.nix Normal file
View file

@ -0,0 +1,3 @@
{
flake.modules.homeManager.base.programs.tmux.enable = true;
}