diff options
Diffstat (limited to 'hosts/home.nix')
-rw-r--r-- | hosts/home.nix | 1 |
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; }; |