diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-06-18 17:51:44 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-06-18 17:51:44 +0530 |
commit | 299b23f7bec2d654c88c4f35766392c422d1cfe6 (patch) | |
tree | e27a229c3e6ecc960ae52f942557f0ed8acd5510 /home/common/home.nix | |
parent | 6e965e855e752e01adb78f7e2492351aa7ce88c7 (diff) |
home/common/tmux: init
Diffstat (limited to 'home/common/home.nix')
-rw-r--r-- | home/common/home.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/common/home.nix b/home/common/home.nix index 2202ee2..276ffcf 100644 --- a/home/common/home.nix +++ b/home/common/home.nix @@ -3,6 +3,7 @@ in { imports = [ ./modules/git.nix + ./modules/tmux.nix ./modules/shell.nix ./modules/xdgdirs.nix ./modules/mimeapps.nix |