From 5557c32f962d6dab43563c35fb658864e50a7c1f Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 22 May 2023 21:38:17 +0200 Subject: emacs,zsh: don't compile init files --- user/settings/emacs.nix | 6 ------ user/settings/zsh.nix | 2 -- 2 files changed, 8 deletions(-) diff --git a/user/settings/emacs.nix b/user/settings/emacs.nix index 5b41423e..e3e2ba41 100644 --- a/user/settings/emacs.nix +++ b/user/settings/emacs.nix @@ -183,15 +183,9 @@ in ]; xdg.configFile."emacs/early-init.el" = { source = ../emacs/early-init.el; - onChange = '' - PATH="$PATH:/usr/libexec/DeveloperTools/" ${config.programs.emacs.finalPackage}/bin/emacs --batch --funcall batch-native-compile $HOME/.config/emacs/early-init.el - ''; }; xdg.configFile."emacs/init.el" = { source = ../emacs/init.el; - onChange = '' - PATH="$PATH:/usr/libexec/DeveloperTools/" ${config.programs.emacs.finalPackage}/bin/emacs --batch --funcall batch-native-compile $HOME/.config/emacs/init.el - ''; }; home.file.".local/share/applications/emacsclient.desktop" = lib.mkIf stdenv.isLinux { diff --git a/user/settings/zsh.nix b/user/settings/zsh.nix index c481dc0f..566a725b 100644 --- a/user/settings/zsh.nix +++ b/user/settings/zsh.nix @@ -231,6 +231,4 @@ in else "" ); }; - - home.file."${zshrc}".onChange = "${pkgs.zsh}/bin/zsh -i -c 'autoload -Uz compinit && compinit && zcompile $HOME/${zshrc}'"; } -- cgit 1.4.1