nixos: add weather and custom alias for fastfetch w/ weather

This commit is contained in:
2026-08-10 12:16:56 -04:00
parent 39ac4c93a4
commit fba381341f
+2
View File
@@ -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";