add some stuff to kidney + own nvim hm module
This commit is contained in:
parent
b9db9fe232
commit
c6d1ac9fc4
9 changed files with 440 additions and 93 deletions
|
@ -1,13 +1,14 @@
|
|||
{
|
||||
pkgs,
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
home.packages = [
|
||||
inputs.small-nvim.packages.${pkgs.system}.neovim
|
||||
{inputs, ...}: {
|
||||
imports = [
|
||||
inputs.small-nvim.homeManagerModules.small-nvim
|
||||
];
|
||||
|
||||
home.sessionVariables = {
|
||||
EDITOR = "nvim";
|
||||
xun.small-nvim = {
|
||||
enable = true;
|
||||
colorscheme = {
|
||||
name = "dayfox";
|
||||
package = "EdenEast/nightfox.nvim";
|
||||
};
|
||||
wakatime.enable = false;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue