diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-02-09 08:40:53 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-02-09 08:40:53 -0800 |
| commit | 67a53429f80eaada87f631747e6d15be044190f9 (patch) | |
| tree | 00bd1b027c81629a198665cfc5689fb72975cc5b /users/fcuny/common.nix | |
| parent | home-manager: fix one more typo (diff) | |
| download | infra-67a53429f80eaada87f631747e6d15be044190f9.tar.gz | |
home-manager: add tmux configuration
Diffstat (limited to '')
| -rw-r--r-- | users/fcuny/common.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/users/fcuny/common.nix b/users/fcuny/common.nix index ca5e4c8..4c81bae 100644 --- a/users/fcuny/common.nix +++ b/users/fcuny/common.nix @@ -16,5 +16,6 @@ imports = [ ./git.nix ./go.nix + ./tmux.nix ]; } |
