ma task-client: systemPackages -> per-user
This commit is contained in:
parent
5e38e239cb
commit
1f4d170dd8
14
2configs/task-client.nix
Normal file
14
2configs/task-client.nix
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
{ pkgs, ... }:
|
||||||
|
{
|
||||||
|
krebs.per-user.makefu.packages = [
|
||||||
|
pkgs.taskwarrior
|
||||||
|
];
|
||||||
|
|
||||||
|
environment.shellAliases = {
|
||||||
|
tshack = "task project:shack";
|
||||||
|
twork = "task project:soc";
|
||||||
|
tpki = "task project:pki";
|
||||||
|
tkrebs = "task project:krebs";
|
||||||
|
t = "task project: ";
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in a new issue