Sun Jun 2 02:51:15 PM CEST 2024
This commit is contained in:
parent
2aca421337
commit
c162aa6d4f
|
@ -6,7 +6,7 @@
|
|||
};
|
||||
home.packages = with pkgs; [
|
||||
mailcap
|
||||
]
|
||||
];
|
||||
|
||||
programs.notmuch = {
|
||||
enable = true;
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
{ inputs, config, pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.git = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in New Issue