diff --git a/modules/home-manager.nix b/modules/home-manager.nix index 63ab768..4cd024b 100644 --- a/modules/home-manager.nix +++ b/modules/home-manager.nix @@ -65,8 +65,8 @@ in package customization. ''; type = with types; overlayType; - default = self: super: { }; - defaultText = "self: super { }"; + default = self: super: { }; + defaultText = "self: super { }"; example = literalExample '' self: super: { magit-delta = super.magit-delta.overrideAttrs (esuper: { diff --git a/overrides.nix b/overrides.nix index 08f15c5..fa4d63d 100644 --- a/overrides.nix +++ b/overrides.nix @@ -11,7 +11,7 @@ self: super: { doom-snippets = self.straightBuild { pname = "doom-snippets"; postInstall = '' - cp -r *-mode $out/share/emacs/site-lisp + cp -r *-mode $out/share/emacs/site-lisp ''; };