home/natto: move around stuff

move git and zsh from hosts/satori and split services.nix

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2023-01-24 11:36:04 +05:30
parent 950cf357d1
commit 5fef417fb0
18 changed files with 196 additions and 159 deletions

View File

@@ -31,42 +31,9 @@
};
};
git = {
enable = true;
package = pkgs.git.override {
doInstallCheck = false;
sendEmailSupport = true;
withManual = false;
};
};
zsh = {
enable = true;
histSize = 30000;
enableCompletion = true;
enableBashCompletion = true;
syntaxHighlighting.enable = true;
autosuggestions = {
enable = true;
highlightStyle = "fg=yellow,bold";
};
ohMyZsh.enable = true;
};
adb.enable = true;
light.enable = true;
/* proxychains = {
enable = true;
chain.type = "dynamic";
proxyDNS = true;
proxies = {
remilia = {
enable = true;
type = "socks5";
host = "127.0.0.1";
port = 2217;
};
};
}; */
gamemode.enable = true;
nm-applet.enable = true;
};