feat(lazygit): quit from vi
This commit is contained in:
parent
abd79040f3
commit
02e704a1ba
1 changed files with 6 additions and 1 deletions
|
@ -35,7 +35,7 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
nix.settings.trusted-users = [ "mrflos" ];
|
nix.settings.trusted-users = [ "mrflos" ];
|
||||||
|
home-manager.backupFileExtension = "backup";
|
||||||
home-manager.users.mrflos = { pkgs, ... }: {
|
home-manager.users.mrflos = { pkgs, ... }: {
|
||||||
home.stateVersion = "23.05";
|
home.stateVersion = "23.05";
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
@ -69,6 +69,11 @@ in {
|
||||||
recursive = true;
|
recursive = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
"./.config/lazygit/" = {
|
||||||
|
source = ../dotfiles/lazygit;
|
||||||
|
recursive = true;
|
||||||
|
};
|
||||||
|
|
||||||
"./.config/tmux/" = {
|
"./.config/tmux/" = {
|
||||||
source = ../dotfiles/tmux;
|
source = ../dotfiles/tmux;
|
||||||
recursive = true;
|
recursive = true;
|
||||||
|
|
Loading…
Reference in a new issue