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 devenv
nerd-fonts.hack nerd-fonts.hack
jump jump
weather
affinity-v3 affinity-v3
kdePackages.kfind kdePackages.kfind
@@ -351,6 +352,7 @@ in
ll = "ls -l"; ll = "ls -l";
ls = "ls --color=tty"; ls = "ls --color=tty";
ff = "clear;fastfetch --logo nixos2"; ff = "clear;fastfetch --logo nixos2";
ffw = "clear;fastfetch --logo nixos2;printf '\n';weather kmco";
wget = "wget --hsts-file=$XDG_DATA_HOME/wget-hsts"; wget = "wget --hsts-file=$XDG_DATA_HOME/wget-hsts";
nb = "nix-build"; nb = "nix-build";
nix-rebuild = "sudo nixos-rebuild switch"; nix-rebuild = "sudo nixos-rebuild switch";