about summary refs log tree commit diff
path: root/modules/workstation/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'modules/workstation/emacs')
-rw-r--r--modules/workstation/emacs/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/workstation/emacs/default.nix b/modules/workstation/emacs/default.nix
index 5576c1123f57..7946e50e00bb 100644
--- a/modules/workstation/emacs/default.nix
+++ b/modules/workstation/emacs/default.nix
@@ -2,7 +2,7 @@
 
 {
   environment.systemPackages = [
-    ((with pkgs; emacsPackagesFor emacsPgtk).emacsWithPackages (epkgs: with epkgs; [
+    ((with pkgs; emacsPackagesFor emacs-pgtk).emacsWithPackages (epkgs: with epkgs; [
       adoc-mode
       cmake-mode
       code-review
@@ -56,7 +56,7 @@
 
   users.users.qyliss.xdg.config.paths."emacs" = with pkgs;
     runCommandNoCC ".emacs.d" {
-      nativeBuildInputs = [ emacsPgtk ];
+      nativeBuildInputs = [ emacs-pgtk ];
     } ''
       cp ${./early-init.el} early-init.el
       cp ${./init.el} init.el