taskwarrior gone
This commit is contained in:
parent
e1b2ed15c7
commit
d618ecf02e
6 changed files with 5 additions and 65 deletions
|
@ -12,12 +12,13 @@
|
|||
};
|
||||
Service = {
|
||||
Type = "simple";
|
||||
ExecStart = "/home/emenel/.local/bin/tww/tw-start.sh";
|
||||
ExecStart = "/run/current-system/sw/bin/bash /home/emenel/.local/bin/tww/tw-start.sh";
|
||||
Restart = "always";
|
||||
};
|
||||
};
|
||||
|
||||
home.file.".local/bin/tww" = {
|
||||
source = ./tww;
|
||||
};
|
||||
# home.file.".local/bin/tww" = {
|
||||
# source = ./tww;
|
||||
# recursive = true;
|
||||
# };
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue