This commit is contained in:
Sakooooo 2024-02-14 20:31:18 +04:00
parent e986fee7ee
commit 136d8231cb
Signed by: sako
GPG key ID: FE52FD65B76E4751
2 changed files with 2 additions and 2 deletions

View file

@ -121,7 +121,7 @@
emacs = {
enable = true;
daemon = false;
type = "pkgs.emacs-unstable-pgtk";
package = pkgs.emacs-unstable-pgtk;
};
};
cc.enable = true;

View file

@ -26,7 +26,7 @@ in {
options.modules.dev.editors.emacs = {
enable = mkEnableOption false;
daemon = mkEnableOption true;
type = mkOption {
package = mkOption {
type = pkg;
default = pkgs.emacs-unstable;
description = "pkgs. followed by the name of the emacs overlay package";