home: formatting

This commit is contained in:
notohh 2023-05-21 17:53:44 -04:00
parent 32ceb1262c
commit 8d9e60b571
Signed by: notohh
GPG key ID: BD47506D475EE86D
2 changed files with 6 additions and 11 deletions

View file

@ -1,8 +1,4 @@
{
pkgs,
...
}: {
{pkgs, ...}: {
programs.bat = {
enable = true;
config = {
@ -18,5 +14,4 @@
+ "/Catppuccin-mocha.tmTheme");
};
};
}

View file

@ -34,11 +34,11 @@
Host sakura
HostName 192.168.1.25
User notoh
IdentityFile /home/notoh/.ssh/sakura
IdentityFile ~/.ssh/sakura
Host kariru
HostName 192.168.1.54
User notoh
IdentityFile /home/notoh/.ssh/kariru
IdentityFile ~/.ssh/kariru
Host pihole
Hostname 192.168.1.221
User root