Update emacs package names
This commit is contained in:
parent
2911c661cf
commit
0e877a578e
2 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ in
|
|||
dunst.enable = false;
|
||||
emacs = {
|
||||
enable = true;
|
||||
package = with pkgs; ((emacsPackagesFor emacsPgtkNativeComp).emacsWithPackages (epkgs: [ epkgs.emacsql epkgs.emacsql-sqlite ]));
|
||||
package = with pkgs; ((emacsPackagesFor emacsPgtk).emacsWithPackages (epkgs: [ epkgs.emacsql epkgs.emacsql-sqlite ]));
|
||||
daemon = true;
|
||||
};
|
||||
electron = {
|
||||
|
|
|
@ -28,7 +28,7 @@ in
|
|||
dunst.enable = true;
|
||||
emacs = {
|
||||
enable = true;
|
||||
package = with pkgs; ((emacsPackagesFor emacsNativeComp).emacsWithPackages (epkgs: [ epkgs.emacsql epkgs.emacsql-sqlite ]));
|
||||
package = with pkgs; ((emacsPackagesFor emacsUnstable).emacsWithPackages (epkgs: [ epkgs.emacsql epkgs.emacsql-sqlite ]));
|
||||
daemon = true;
|
||||
};
|
||||
firefox = {
|
||||
|
|
Loading…
Reference in a new issue