tuserver/programs/default.nix
2026-05-31 19:43:09 +02:00

7 lines
61 B
Nix

{ ... }:
{
imports = [
./git.nix
./tmux.nix
];
}