description

This commit is contained in:
Sakooooo 2024-02-14 20:29:49 +04:00
parent 048bf80a6d
commit 51f46858fe
Signed by: sako
GPG key ID: FE52FD65B76E4751

View file

@ -31,6 +31,7 @@ in {
type = mkOption { type = mkOption {
type = emacsType; type = emacsType;
default = "pkgs.emacs-unstable"; default = "pkgs.emacs-unstable";
description = "pkgs. followed by the name of the emacs overlay package";
}; };
}; };