Sun Jun 2 02:51:15 PM CEST 2024

This commit is contained in:
Thomas Avé 2024-06-02 14:51:15 +02:00
parent 2aca421337
commit c162aa6d4f
2 changed files with 3 additions and 1 deletions

View File

@ -6,7 +6,7 @@
};
home.packages = with pkgs; [
mailcap
]
];
programs.notmuch = {
enable = true;

View File

@ -1,3 +1,5 @@
{ inputs, config, pkgs, ... }:
{
programs.git = {
enable = true;