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 a242397..ee37634 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -361,6 +361,7 @@ }; xdg = { + configFile."tmux/tmux.conf".source = "${dotfiles}/tmux.conf"; configFile."nvim/".source = "${dotfiles}/nvim/"; configFile."sway/config".source = "${dotfiles}/sway_config"; configFile."river/".source = "${dotfiles}/river/"; |