feat(user/malte): add shell alias p -> pueue
This commit is contained in:
parent
a6298ab5fb
commit
b289df3d50
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue