Convert git from nixosModule to homeModule
This commit is contained in:
parent
fe55849333
commit
7dfe9f87be
6 changed files with 94 additions and 92 deletions
|
@ -11,5 +11,9 @@
|
|||
apps = {
|
||||
tmux.enable = true;
|
||||
};
|
||||
|
||||
tools = {
|
||||
git.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue