diff --git a/flake.lock b/flake.lock index d263ac2..209f781 100644 --- a/flake.lock +++ b/flake.lock @@ -117,11 +117,11 @@ ] }, "locked": { - "lastModified": 1681814024, - "narHash": "sha256-DPxY/dIxegJ443OJ8jJDusZxX1cbhNe/r3XjG/KifCk=", + "lastModified": 1681971090, + "narHash": "sha256-3j0M63GkG6GGny9e+C//GyuDCx1IwrurD27S0YI+GQY=", "owner": "nix-community", "repo": "home-manager", - "rev": "cd5723734acbffa63e11a69cf6767f8ef69f6517", + "rev": "5160039edca28a7e66bad0cfc72a07c91d6768ad", "type": "github" }, "original": { @@ -140,11 +140,11 @@ ] }, "locked": { - "lastModified": 1681814936, - "narHash": "sha256-UTNojO9MRW4hQvv8QuSerUE/6KnjCYh9p45SRYQbov4=", + "lastModified": 1681948002, + "narHash": "sha256-rVBkoL5zSXqB+Uc4156gCP9VoxokZ8g1OC3YOhcpUWY=", "owner": "hyprwm", "repo": "Hyprland", - "rev": "a4330fe3787a97fe5b55eb787ce5746cea46ad14", + "rev": "b15803510c67b7b89090c99f03781d9052c959f5", "type": "github" }, "original": { @@ -334,11 +334,11 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1681737997, - "narHash": "sha256-pHhjgsIkRMu80LmVe8QoKIZB6VZGRRxFmIvsC5S89k4=", + "lastModified": 1681828457, + "narHash": "sha256-o4Zvs309HOhrNeVloPKqangcKHobsggVt6GFbnEPZlQ=", "owner": "nixos", "repo": "nixpkgs", - "rev": "f00994e78cd39e6fc966f0c4103f908e63284780", + "rev": "555daa9d339b3df75e58ee558a4fec98ea92521e", "type": "github" }, "original": { @@ -374,11 +374,11 @@ "pre-commit-hooks": "pre-commit-hooks" }, "locked": { - "lastModified": 1681765992, - "narHash": "sha256-9CWTaIjZfTyTHvIs4o6zOca6XxWsB0rZ/F+p7IXDvxA=", + "lastModified": 1681907402, + "narHash": "sha256-JMNJ8Xk9kjRhEo3jgm5+b5JICXgs3E4uIUi6SC5DhO8=", "owner": "pta2002", "repo": "nixvim", - "rev": "838f616f0a2bcdd1baaab8f54a6c5d41b270c483", + "rev": "bc468178aef56ab4d473a9cc8fa83c588cf91e4e", "type": "github" }, "original": { diff --git a/users/rouven/modules/accounts/default.nix b/users/rouven/modules/accounts/default.nix index 3c16436..220081f 100644 --- a/users/rouven/modules/accounts/default.nix +++ b/users/rouven/modules/accounts/default.nix @@ -36,6 +36,7 @@ in }; mbsync.enable = true; msmtp.enable = true; + notmuch.enable = true; }; accounts.email.accounts = { "rouven@rfive.de" = rec { @@ -156,6 +157,7 @@ in }; }; msmtp.enable = true; + notmuch.enable = true; neomutt = let c = mbsync.groups.tud.channels; in { enable = true; @@ -223,6 +225,7 @@ in }; }; msmtp.enable = true; + notmuch.enable = true; neomutt = let c = mbsync.groups.ifsr.channels; in { enable = true; @@ -281,6 +284,7 @@ in }; }; msmtp.enable = true; + notmuch.enable = true; neomutt = let c = mbsync.groups.gmail.channels; in { enable = true;