add some stuff to kidney + own nvim hm module

This commit is contained in:
xunuwu 2024-08-27 08:39:54 +00:00
parent b9db9fe232
commit c6d1ac9fc4
No known key found for this signature in database
9 changed files with 440 additions and 93 deletions

View file

@ -0,0 +1,18 @@
{inputs, ...}: {
imports = [
inputs.small-nvim.homeManagerModules.small-nvim
../../terminal/shell/zsh.nix
../../terminal/programs
../../terminal/programs/lazygit.nix
../../develop
];
xun.small-nvim = {
enable = true;
colorscheme = {
name = "dawnfox";
package = "EdenEast/nightfox.nvim";
};
wakatime.enable = false;
};
}