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 = { programs.bat = {
enable = true; enable = true;
config = { config = {
@ -18,5 +14,4 @@
+ "/Catppuccin-mocha.tmTheme"); + "/Catppuccin-mocha.tmTheme");
}; };
}; };
} }

View file

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