<antifuchs>
payas: if you're using flakes, I made a `let` definition for it like so, `emacs-overlay = { pkgs, ... }: { nixpkgs.overlays = [ inputs.emacs-overlay.overlay ]; };` then I put emacs-overlay into the `modules=` list for my darwinConfigurations and nixosConfigurations outputs
<antifuchs>
(adding the overlay in my modules' conditionalized configurations themselves resulted in an infinite recursion, so I have the flake definition reach in and put it there)
Edward- has joined #nixos-emacs
Edward- has quit [Ping timeout: 256 seconds]
payas has quit [Remote host closed the connection]