better git

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-05-14 20:06:05 +02:00
parent 75d90368b6
commit 97ff74ed59
3 changed files with 9 additions and 3 deletions

View File

@@ -90,13 +90,13 @@
alter = let f = rice.lib.alter-luminace-hex; in color-name: color-value: { base = color-value; dark = f color-value dark; bright = f color-value bright; }; alter = let f = rice.lib.alter-luminace-hex; in color-name: color-value: { base = color-value; dark = f color-value dark; bright = f color-value bright; };
ccolor = builtins.mapAttrs alter { ccolor = builtins.mapAttrs alter {
black = "#001100"; # "#111111"; black = "#001100"; # "#111111";
white = "#00dd00"; # "#dddddd"; white = "#66dd66"; # "#dddddd";
blue = "#003300"; # "#1111dd"; blue = "#003300"; # "#1111dd";
cyan = "#00dd55"; # "#11dddd"; cyan = "#00dd55"; # "#11dddd";
green = "#11dd11"; # "#11dd11"; green = "#11dd11"; # "#11dd11";
magenta = "#005500"; # "#dd11dd"; magenta = "#005500"; # "#dd11dd";
red = "#00aa00"; # "#dd1111"; red = "#00aa00"; # "#dd1111";
yellow = "#006633"; # "#dddd11"; yellow = "#ffff00"; # "#dddd11";
}; };
xcolor = with ccolor; { xcolor = with ccolor; {
background = black.dark; background = black.dark;

View File

@@ -14,6 +14,7 @@ lib.mkIf (user != "tv")
"$HOME/shared/nx-obsidian-vault" "$HOME/shared/nx-obsidian-vault"
"$HOME/shared/HSMW/Praxis/BCAM/bolt-llmserver" "$HOME/shared/HSMW/Praxis/BCAM/bolt-llmserver"
"$HOME/shared/HSMW/Praxis/BCAM/bcam-tools" "$HOME/shared/HSMW/Praxis/BCAM/bcam-tools"
"$HOME/Pictures/wallpapers"
) )
echo "" echo ""
for dir in "''${directories[@]}"; do for dir in "''${directories[@]}"; do

View File

@@ -27,5 +27,10 @@ lib.mkIf (user != "tv")
HostName 192.168.178.31 HostName 192.168.178.31
User pi User pi
Port 50023 Port 50023
HOST nxgit
HostName git.nx2.site
User git
Port 20022
''; '';
} }