mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-25 02:11:00 +01:00
fix: emacs - wrong-type-argument frame-live-p #<dead frame
This commit is contained in:
@@ -76,13 +76,12 @@ in {
|
||||
}
|
||||
|
||||
(mkIf pkgs.stdenv.isLinux (
|
||||
let emacsPkg = pkgs.emacs29-pgtk; in
|
||||
let emacsPkg = pkgs.emacs29-nox; in
|
||||
{
|
||||
home.packages = [emacsPkg];
|
||||
services.emacs = {
|
||||
enable = true;
|
||||
package = emacsPkg;
|
||||
client.enable = true;
|
||||
startWithUserSession = true;
|
||||
};
|
||||
}))
|
||||
|
||||
Reference in New Issue
Block a user