From 9a327f789c0d5ccd7bfdb38932cb87c24d58bd9a Mon Sep 17 00:00:00 2001 From: Baitinq Date: Tue, 19 Mar 2024 00:41:42 +0100 Subject: Hosts: Add tmux config --- hosts/configuration.nix | 6 +----- hosts/home.nix | 1 + 2 files changed, 2 insertions(+), 5 deletions(-) (limited to 'hosts') diff --git a/hosts/configuration.nix b/hosts/configuration.nix index e29eb8e..05871d9 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -108,6 +108,7 @@ wget gitFull git-crypt + tmux neovim htop pfetch @@ -174,11 +175,6 @@ enableAskPassword = false; }; - tmux = { - enable = true; - clock24 = true; - }; - light.enable = true; dconf.enable = true; 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/"; -- cgit 1.4.1