{ pkgs, ... }: let shellAliases = { "sc" = "systemctl"; "scu" = "systemctl --user"; "hm" = "home-manager"; "ns" = "nix search nixpkgs"; "dk" = "docker"; }; in { programs.bash = { inherit shellAliases; }; programs.zsh = { inherit shellAliases; }; }