flake/users/guanranwang/home-manager/profiles/command-line/resources/fancy-stuff/default.nix

15 lines
203 B
Nix
Raw Normal View History

2023-11-14 03:22:17 +00:00
{pkgs, ...}: {
home.shellAliases = {
"yd" = "ydict -c";
};
home.packages = with pkgs; [
### Fancy stuff
fastfetch
freshfetch
ydict
yt-dlp
aria2
android-tools
];
}