diff --git a/modules/home-config.nix b/modules/home-config.nix index 8c7ed1d..f60b642 100644 --- a/modules/home-config.nix +++ b/modules/home-config.nix @@ -35,7 +35,7 @@ in { }; nix.settings.trusted-users = [ "mrflos" ]; - + home-manager.backupFileExtension = "backup"; home-manager.users.mrflos = { pkgs, ... }: { home.stateVersion = "23.05"; home.packages = with pkgs; [ @@ -69,6 +69,11 @@ in { recursive = true; }; + "./.config/lazygit/" = { + source = ../dotfiles/lazygit; + recursive = true; + }; + "./.config/tmux/" = { source = ../dotfiles/tmux; recursive = true;