0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Yuh!


Signed-off-by: MLC Bloeiman <mar@strawmelonjuice.com>

+3 -6
+3 -3
configs/ssh-config
··· 46 46 # ---- Strawmelonservices/marpi5-1 ------ 47 47 Host strawmelonservices 48 48 HostName marpi5-1.taild5b3d4.ts.net 49 - User mar 49 + User root 50 50 Port 22 51 51 IdentityFile ~/.ssh/hetzner # Heheh, hetzner is not where she's hosted btw. 52 52 Host strawmelonservices-temp 53 53 RequestTTY yes 54 54 RemoteCommand watch -n 1 "vcgencmd measure_temp && cat /sys/class/thermal/cooling_device0/cur_state" 55 55 HostName marpi5-1.taild5b3d4.ts.net 56 - User mar 56 + User root 57 57 Port 22 58 - IdentityFile ~/.ssh/hetzner 58 + IdentityFile ~/.ssh/hetzner
-3
home/modules/shell/zsh.nix
··· 66 66 let 67 67 zshConfigEarlyInit = lib.mkOrder 500 '' 68 68 hyfetch 69 - if [[ -r "''${XDG_CACHE_HOME:-''$HOME/.cache}/p10k-instant-prompt-''${(%):-%n}.zsh" ]]; then 70 - source "''${XDG_CACHE_HOME:-''$HOME/.cache}/p10k-instant-prompt-''${(%):-%n}.zsh" 71 - fi 72 69 ''; 73 70 zshConfig = lib.mkOrder 1000 '' 74 71 # Completion styling ------------------------------------------------------------