From 4f0622c69691b117fea23bfaa9c7ac4e047abfd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Sat, 20 Apr 2024 19:39:45 +0200 Subject: [PATCH] Generation 66 2024-04-20 19:39:44 (current) --- home/jonas/doom.nix | 3 ++- home/jonas/zsh.nix | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/home/jonas/doom.nix b/home/jonas/doom.nix index db35d16..3f9e54b 100644 --- a/home/jonas/doom.nix +++ b/home/jonas/doom.nix @@ -28,7 +28,8 @@ nativeBuildInputs = [pkgs.makeBinaryWrapper]; postBuild = '' wrapProgram $out/bin/emacs \ - --prefix PATH : ${lib.makeBinPath doom-path-pkgs} + --prefix PATH : ${lib.makeBinPath doom-path-pkgs} \ + --add-flags "--init-directory=${config.xdg.configHome}/doom-emacs" wrapProgram $out/bin/emacsclient \ --prefix PATH : ${lib.makeBinPath doom-path-pkgs} ''; diff --git a/home/jonas/zsh.nix b/home/jonas/zsh.nix index 81d321e..6445938 100644 --- a/home/jonas/zsh.nix +++ b/home/jonas/zsh.nix @@ -27,7 +27,6 @@ in { plugins = [ "docker" "docker-compose" - "emacs" "fzf" "git" "pass"