add home-manager develop module
This commit is contained in:
parent
0e39c76c8d
commit
3e0154df22
6 changed files with 63 additions and 3 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -67,5 +67,6 @@
|
|||
};
|
||||
wakatime.enable = true;
|
||||
};
|
||||
develop.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue