This commit is contained in:
Philipp Hochkamp 2023-04-16 20:54:12 +02:00
parent 8523ef80be
commit 7b690a7714
3 changed files with 25 additions and 0 deletions

View file

@ -49,6 +49,10 @@ with lib.my;
home-manager.users.ragon = { pkgs, lib, inputs, config, ... }:
{
imports = [
"${inputs.private}/mail.nix"
];
home.file.".hammerspoon/init.lua".source =
let
notmuchMails = pkgs.writeScript "notmuch-get-mail-count" ''