Plugins and things

This commit is contained in:
Martin Pander
2025-07-10 07:11:10 +02:00
parent f4488f2469
commit e0e6cb760e
8 changed files with 34 additions and 5 deletions

View File

@ -7,7 +7,7 @@
nix-direnv.enable = true;
};
# home.packages = with pkgs; [
# harlequin
# ];
home.packages = with pkgs; [
visidata
];
}

View File

@ -61,4 +61,19 @@
".envrc"
];
};
programs.lazygit = {
enable = true;
settings = {
theme.lightTheme = "true";
git = {
log = {
format = "%C(yellow)%h%Creset %C(bold blue)<%an>%Creset %s %Cgreen(%cr)%Creset";
graph = "true";
};
};
};
};
programs.jujutsu.enable = true;
}

View File

@ -57,6 +57,7 @@
img-clip-nvim
markdown-preview-nvim
vim-markdown
plantuml-syntax
bullets-vim
obsidian-nvim
nvim-dap

View File

@ -74,7 +74,8 @@
programs.bat.enable = true;
programs.ripgrep.enable = true;
programs.btop.enable = true;
programs.ranger.enable = true;
home.packages = with pkgs; [
fd
du-dust

View File

@ -25,6 +25,8 @@
bind % split-window -h -c "#{pane_current_path}"
bind c new-window -a -c "#{pane_current_path}"
bind C-s display-popup -E "zsh ~/bin/tmuxp_selector.sh"
#######################################
# status line
#######################################