1
0
mirror of https://github.com/kmein/niveum synced 2026-03-20 03:51:07 +01:00

chore: remove todoist

This commit is contained in:
Kierán Meinhardt
2019-12-03 20:12:39 +01:00
parent 0a9ba892a2
commit 5b824354ec
3 changed files with 0 additions and 68 deletions

View File

@@ -1,15 +0,0 @@
{ pkgs, ... }:
let
secrets = import <niveum/dot/secrets.nix>;
in {
imports = [ <niveum/modules/todoist.nix> ];
niveum.todoist = {
enable = false;
token = secrets.todoist.token;
};
programs.chromium.extensions = [
"jldhpllghnbhlbpcmnajkpdmadaolakh" # Todoist
];
}