🐛 fix legacy bugwarrior problems
This commit is contained in:
parent
fff6089b96
commit
6d01aa2529
2 changed files with 5 additions and 7 deletions
|
@ -1215,11 +1215,11 @@
|
|||
"treefmt-nix": "treefmt-nix_4"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1727415270,
|
||||
"narHash": "sha256-VrzBytDYF6rextg0qjxtnGEyw88fa1LrWuXfG4k6zE0=",
|
||||
"lastModified": 1727417586,
|
||||
"narHash": "sha256-z3ahlvbUWENgrvatJYd7FtPL0OoV4E+zNZiBzRx9S1E=",
|
||||
"owner": "mrvandalo",
|
||||
"repo": "taskwarrior-flake",
|
||||
"rev": "6d95efd92e3ae93e4e395f115116e2435fe79e80",
|
||||
"rev": "9433b3b1c4afb18c554d067fadf37d979b129b09",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -70,9 +70,6 @@
|
|||
log_level = "INFO";
|
||||
static_fields = [ "priority" ];
|
||||
merge_annotations = false;
|
||||
taskrc = pkgs.writeText "taskrc" ''
|
||||
data.location=$HOME/.bugwarrior
|
||||
'';
|
||||
};
|
||||
logseq = {
|
||||
service = "logseq";
|
||||
|
@ -93,6 +90,8 @@
|
|||
include_user_issues = false;
|
||||
include_user_repos = false;
|
||||
};
|
||||
# todo: add gmail
|
||||
# todo: add trello
|
||||
my_github = {
|
||||
service = "github";
|
||||
login = "mrVanDalo";
|
||||
|
@ -109,7 +108,6 @@
|
|||
"nix-shell-mix"
|
||||
];
|
||||
};
|
||||
# todo : add github issues
|
||||
};
|
||||
|
||||
users.users.mainUser.extraGroups = [ "pipewire" ];
|
||||
|
|
Loading…
Reference in a new issue