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,
|
||||
...
|
||||
}: {
|
||||
|
||||
programs.bat = {
|
||||
{pkgs, ...}: {
|
||||
programs.bat = {
|
||||
enable = true;
|
||||
config = {
|
||||
theme = "catppuccin-mocha";
|
||||
|
@ -18,5 +14,4 @@
|
|||
+ "/Catppuccin-mocha.tmTheme");
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue