about summary refs log tree commit diff
path: root/hosts
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2024-03-23 00:25:58 +0100
committerBaitinq <manuelpalenzuelamerino@gmail.com>2024-03-23 00:35:21 +0100
commit69142cbe8407373b87cc6e1df175ff6ea83f5939 (patch)
treedf032be4e557687829b3eb0e417c7ec399b35310 /hosts
parentDotfiles: Tmux: Add tmux resurrect (diff)
downloadnixos-config-69142cbe8407373b87cc6e1df175ff6ea83f5939.tar.gz
nixos-config-69142cbe8407373b87cc6e1df175ff6ea83f5939.tar.bz2
nixos-config-69142cbe8407373b87cc6e1df175ff6ea83f5939.zip
Flake: Add tmux tpm plugin
Diffstat (limited to 'hosts')
-rw-r--r--hosts/home.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/home.nix b/hosts/home.nix
index ee37634..ef130ad 100644
--- a/hosts/home.nix
+++ b/hosts/home.nix
@@ -380,6 +380,7 @@
   };
 
   home.file = {
+    ".tmux/plugins/tpm".source = inputs.tpm;
     "./Images/Wallpapers".source = inputs.wallpapers;
   };