From fba381341f5dc0985a7edf67905efa2669efe1da Mon Sep 17 00:00:00 2001 From: Frank LoTurco Date: Mon, 10 Aug 2026 12:16:56 -0400 Subject: [PATCH] nixos: add weather and custom alias for fastfetch w/ weather --- hosts/shared/nixos.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/shared/nixos.nix b/hosts/shared/nixos.nix index 6ee57f9..fddda17 100644 --- a/hosts/shared/nixos.nix +++ b/hosts/shared/nixos.nix @@ -332,6 +332,7 @@ in devenv nerd-fonts.hack jump + weather affinity-v3 kdePackages.kfind @@ -351,6 +352,7 @@ in ll = "ls -l"; ls = "ls --color=tty"; ff = "clear;fastfetch --logo nixos2"; + ffw = "clear;fastfetch --logo nixos2;printf '\n';weather kmco"; wget = "wget --hsts-file=$XDG_DATA_HOME/wget-hsts"; nb = "nix-build"; nix-rebuild = "sudo nixos-rebuild switch";