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; [ home.packages = with pkgs; [
mailcap mailcap
] ];
programs.notmuch = { programs.notmuch = {
enable = true; enable = true;

View File

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