Switched to catppuccin
This commit is contained in:
parent
a7a8b638b0
commit
6ab7837acf
15 changed files with 114 additions and 78 deletions
|
@ -36,6 +36,7 @@ in {
|
|||
programs.git = {
|
||||
delta = {
|
||||
enable = true;
|
||||
catppuccin.enable = true;
|
||||
options = {
|
||||
line-numbers = true;
|
||||
navigate = true;
|
||||
|
@ -86,6 +87,7 @@ in {
|
|||
|
||||
programs.lazygit = {
|
||||
enable = true;
|
||||
catppuccin.enable = true;
|
||||
settings = {
|
||||
quitOnTopLevelReturn = true;
|
||||
gui.nerdFontsVersion = "3";
|
||||
|
|
|
@ -23,7 +23,6 @@ in {
|
|||
export EDITOR=nvim
|
||||
'';
|
||||
initExtra = ''
|
||||
base16_darktooth
|
||||
bindkey -v
|
||||
bindkey '^A' beginning-of-line
|
||||
bindkey '^E' end-of-line
|
||||
|
@ -48,11 +47,6 @@ in {
|
|||
src = lib.cleanSource ./.;
|
||||
file = "p10k.zsh";
|
||||
}
|
||||
{
|
||||
name = "base16-shell";
|
||||
src = inputs.base16-shell;
|
||||
file = "base16-shell.plugin.zsh";
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue