add home-manager develop module

This commit is contained in:
xunuwu 2024-08-27 11:12:20 +00:00
parent 0e39c76c8d
commit 3e0154df22
No known key found for this signature in database
6 changed files with 63 additions and 3 deletions

View file

@ -1,11 +1,16 @@
{inputs, ...}: {
{
inputs,
self,
...
}: {
imports = [
self.homeManagerModules.xun
inputs.small-nvim.homeManagerModules.small-nvim
../../terminal/shell/zsh.nix
../../terminal/programs
../../terminal/programs/lazygit.nix
../../develop
../../develop/small-misc.nix
# ../../develop
# ../../develop/small-misc.nix
];
xun = {
@ -17,5 +22,6 @@
};
wakatime.enable = false;
};
develop.enable = true;
};
}

View file

@ -67,5 +67,6 @@
};
wakatime.enable = true;
};
develop.enable = true;
};
}