{ pkgs, ... }: { home.shellAliases = { # NixOS nhs = "nh os switch /etc/nixos"; nixclean = "nix store gc; nix store optimise"; nixpurge = "doas nix-collect-garbage --delete-old"; # Shortcuts ff = "clear && fastfetch"; ip = "ip -c"; cat = "${pkgs.bat}/bin/bat --paging never"; spotdl = "spotdl --m3u --format opus"; copycat = "wl-copy <"; myip = "curl ifconfig.co"; seneca = "ssh jhampton1@matrix.senecapolytechnic.ca"; }; }