mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-25 09:28:27 +02: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 (
|
(mkIf pkgs.stdenv.isLinux (
|
||||||
let emacsPkg = pkgs.emacs29-pgtk; in
|
let emacsPkg = pkgs.emacs29-nox; in
|
||||||
{
|
{
|
||||||
home.packages = [emacsPkg];
|
home.packages = [emacsPkg];
|
||||||
services.emacs = {
|
services.emacs = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = emacsPkg;
|
package = emacsPkg;
|
||||||
client.enable = true;
|
|
||||||
startWithUserSession = true;
|
startWithUserSession = true;
|
||||||
};
|
};
|
||||||
}))
|
}))
|
||||||
|
|||||||
Reference in New Issue
Block a user