feat(user/malte): add shell alias p -> pueue

This commit is contained in:
Malte Tammena 2024-01-15 15:15:58 +01:00
parent a6298ab5fb
commit b289df3d50

View file

@ -253,6 +253,7 @@ in {
daemon.callback = "notify-send \"Task {{ id }}\nCommand: {{ command }}\nStatus '{{ result }}'\nTook: $(${pkgs.bc}/bin/bc <<< \"{{end}} - {{start}}\") seconds\"";
};
};
programs.fish.shellAliases.p = "pueue";
fonts.fontconfig.enable = true;