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,9 +1,5 @@
{
pkgs,
...
}: {
programs.bat = {
{pkgs, ...}: {
programs.bat = {
enable = true;
config = {
theme = "catppuccin-mocha";
@ -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
@ -48,7 +48,7 @@
'';
};
programs.zoxide = {
programs.zoxide = {
enable = true;
enableNushellIntegration = true;
options = [