<iqubic>
adisbladis: Here's what I'm dealing with.
iqubic has quit [Remote host closed the connection]
iqubic has joined #nixos-emacs
iqubic has quit [Remote host closed the connection]
iqubic has joined #nixos-emacs
<iqubic>
emacs 27.0.50, as compiled from github just 5 minutes ago does not read my init.el. emacs 26.2 does.
iqubic has quit [Remote host closed the connection]
iqubic has joined #nixos-emacs
iqubic has quit [Remote host closed the connection]
iqubic has joined #nixos-emacs
iqubic has quit [Remote host closed the connection]
iqubic has joined #nixos-emacs
<iqubic>
I feel like something weird happened.
<iqubic>
about 30 minutes ago, I ran: "home-manager switch"
<iqubic>
For some reason, when I have xsession.windowManager.command = "emacs" set then things fail.
<iqubic>
When I log in at LightDM, emacs searches /home/iqubic/.config/emacs for an init file.
<iqubic>
However, I keep my init file in /home/iqubic/.emacs.d
<iqubic>
So, EXWM failed to load.
<iqubic>
I had to, just now, set xssession.windowManager.command = "emacs -l /home/iqubic/.emacs.d/init.el" in order to get exwm to work.
<iqubic>
Yesterday it worked just fine with the command "emacs" and nothing else.
iqubic has quit [Remote host closed the connection]
<fasd>
I have an emacs.nix file that works when I install it through callPackage, but when try to use it in home-manager with programs.emacs.package = (pkgs.callPackage ./emacs.nix { }); I get an error saying I'm missing subdirs.el
<fasd>
my emacs.nix is at ix.io/1TW5 if anyone can help me