🐛 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"
|
"treefmt-nix": "treefmt-nix_4"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1727415270,
|
"lastModified": 1727417586,
|
||||||
"narHash": "sha256-VrzBytDYF6rextg0qjxtnGEyw88fa1LrWuXfG4k6zE0=",
|
"narHash": "sha256-z3ahlvbUWENgrvatJYd7FtPL0OoV4E+zNZiBzRx9S1E=",
|
||||||
"owner": "mrvandalo",
|
"owner": "mrvandalo",
|
||||||
"repo": "taskwarrior-flake",
|
"repo": "taskwarrior-flake",
|
||||||
"rev": "6d95efd92e3ae93e4e395f115116e2435fe79e80",
|
"rev": "9433b3b1c4afb18c554d067fadf37d979b129b09",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -70,9 +70,6 @@
|
||||||
log_level = "INFO";
|
log_level = "INFO";
|
||||||
static_fields = [ "priority" ];
|
static_fields = [ "priority" ];
|
||||||
merge_annotations = false;
|
merge_annotations = false;
|
||||||
taskrc = pkgs.writeText "taskrc" ''
|
|
||||||
data.location=$HOME/.bugwarrior
|
|
||||||
'';
|
|
||||||
};
|
};
|
||||||
logseq = {
|
logseq = {
|
||||||
service = "logseq";
|
service = "logseq";
|
||||||
|
@ -93,6 +90,8 @@
|
||||||
include_user_issues = false;
|
include_user_issues = false;
|
||||||
include_user_repos = false;
|
include_user_repos = false;
|
||||||
};
|
};
|
||||||
|
# todo: add gmail
|
||||||
|
# todo: add trello
|
||||||
my_github = {
|
my_github = {
|
||||||
service = "github";
|
service = "github";
|
||||||
login = "mrVanDalo";
|
login = "mrVanDalo";
|
||||||
|
@ -109,7 +108,6 @@
|
||||||
"nix-shell-mix"
|
"nix-shell-mix"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
# todo : add github issues
|
|
||||||
};
|
};
|
||||||
|
|
||||||
users.users.mainUser.extraGroups = [ "pipewire" ];
|
users.users.mainUser.extraGroups = [ "pipewire" ];
|
||||||
|
|
Loading…
Reference in a new issue