Fix emacs scoping

This commit is contained in:
2024-08-02 16:59:48 -07:00
parent e5866f201d
commit bddff2d815

View File

@@ -1,8 +1,8 @@
{ config, lib, pkgs, ... }: { config, lib, pkgs, ... }:
let let
doomSync = (let
emacs = pkgs.emacs; emacs = pkgs.emacs;
doomSync = (let
git = pkgs.git; git = pkgs.git;
in '' in ''
export PATH=${emacs}/bin:${git}/bin:$PATH export PATH=${emacs}/bin:${git}/bin:$PATH