diff --git a/flake.lock b/flake.lock index 222dc4a..ee625cc 100644 --- a/flake.lock +++ b/flake.lock @@ -104,11 +104,11 @@ ] }, "locked": { - "lastModified": 1705659542, - "narHash": "sha256-WA3xVfAk1AYmFdwghT7mt/erYpsU6JPu9mdTEP/e9HQ=", + "lastModified": 1706981411, + "narHash": "sha256-cLbLPTL1CDmETVh4p0nQtvoF+FSEjsnJTFpTxhXywhQ=", "owner": "nix-community", "repo": "home-manager", - "rev": "10cd9c53115061aa6a0a90aad0b0dde6a999cdb9", + "rev": "652fda4ca6dafeb090943422c34ae9145787af37", "type": "github" }, "original": { @@ -120,11 +120,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1706373441, - "narHash": "sha256-S1hbgNbVYhuY2L05OANWqmRzj4cElcbLuIkXTb69xkk=", + "lastModified": 1709128929, + "narHash": "sha256-GWrv9a+AgGhG4/eI/CyVVIIygia7cEy68Huv3P8oyaw=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "56911ef3403a9318b7621ce745f5452fb9ef6867", + "rev": "c8e74c2f83fe12b4e5a8bd1abbc090575b0f7611", "type": "github" }, "original": { diff --git a/home.nix b/home.nix index a0aa238..f05a8a8 100644 --- a/home.nix +++ b/home.nix @@ -61,6 +61,22 @@ EDITOR = "nvim"; }; + accounts = { + email = { + accounts = { + mailbox = { + primary = true; + address = "markus@heurung.net"; + realName = "Markus Heurung"; + userName = "markus@heurung.net"; + passwordCommand = "op read op://personal/mailbox.org/password"; + imap.host = "imap.mailbox.org"; + neomutt.enable = true; + #mbsync.enable = true; + }; + }; + }; + }; programs = { atuin = { enable = true; @@ -179,6 +195,11 @@ enable = true; enableAliases = true; }; + neomutt = { + enable = true; + vimKeys = true; + sidebar.enable = true; + }; nixvim = { enable = true; vimAlias = true;