home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 969adb6d61f800122d4bf4173990a5851cb0038c
parent 889299b6804134f6bcf124a566e20f143227f41e
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Tue,  1 Dec 2020 10:35:24 +0100

users/vincent: add gmailctl to packages

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Musers/vincent/mails/default.nix | 8+-------
1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/users/vincent/mails/default.nix b/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 ]; }