Commit 969adb6d61f8

Vincent Demeester <vincent@sbr.pm>
2020-12-01 10:35:24
users/vincent: add gmailctl to packages
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 889299b
Changed files (1)
users
vincent
users/vincent/mails/default.nix
@@ -10,11 +10,5 @@ in
   };
   home.file.".gmailctl/config.jsonnet".source = ./config.jsonnet;
   home.file.".gmailctl/gmailctl.jsonnet".source = ./gmailctl.libsonnet;
-
-  xdg.configFile."nr/mails" = {
-    text = builtins.toJSON [
-      { cmd = "gmailctl"; chan = "unstable"; }
-    ];
-    onChange = "${pkgs.my.nr}/bin/nr mails";
-  };
+  home.packages = with pkgs; [ gmailctl ];
 }