Compare commits

...

2 commits

Author SHA1 Message Date
Florian Schmitt
02e704a1ba feat(lazygit): quit from vi 2024-08-12 18:10:17 +03:00
Florian Schmitt
abd79040f3 feat(lazygit): quit from vi 2024-08-12 18:10:17 +03:00
2 changed files with 7 additions and 1 deletions

View file

@ -0,0 +1 @@
quitOnTopLevelReturn: true

View file

@ -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;