chore: mini restructure, move home to top level

This commit is contained in:
notohh 2023-03-07 16:03:15 -05:00
commit 4ee8d5931d
Signed by: notohh
GPG key ID: BD47506D475EE86D
30 changed files with 35 additions and 34 deletions
home/lazygit

8
home/lazygit/default.nix Normal file
View file

@ -0,0 +1,8 @@
{
programs.lazygit = {
enable = true;
settings = {
windowSize = "normal";
};
};
}