home: formatting
This commit is contained in:
parent
32ceb1262c
commit
8d9e60b571
2 changed files with 6 additions and 11 deletions
|
@ -1,9 +1,5 @@
|
||||||
{
|
{pkgs, ...}: {
|
||||||
pkgs,
|
programs.bat = {
|
||||||
...
|
|
||||||
}: {
|
|
||||||
|
|
||||||
programs.bat = {
|
|
||||||
enable = true;
|
enable = true;
|
||||||
config = {
|
config = {
|
||||||
theme = "catppuccin-mocha";
|
theme = "catppuccin-mocha";
|
||||||
|
@ -18,5 +14,4 @@
|
||||||
+ "/Catppuccin-mocha.tmTheme");
|
+ "/Catppuccin-mocha.tmTheme");
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
}
|
||||||
}
|
|
||||||
|
|
|
@ -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
|
||||||
|
@ -48,7 +48,7 @@
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.zoxide = {
|
programs.zoxide = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableNushellIntegration = true;
|
enableNushellIntegration = true;
|
||||||
options = [
|
options = [
|
||||||
|
|
Loading…
Reference in a new issue