Starting emacs as daemon in niri
This commit is contained in:
parent
bf9d35d9a1
commit
3769ca679d
2 changed files with 6 additions and 12 deletions
|
|
@ -10,10 +10,4 @@ in {
|
|||
enable = true;
|
||||
package = emacs;
|
||||
};
|
||||
services.emacs = {
|
||||
enable = true;
|
||||
package = config.programs.emacs.package;
|
||||
startWithUserSession = true;
|
||||
client.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -100,12 +100,12 @@
|
|||
"${../../modules/hyprland/wallpaper.jpg}"
|
||||
];
|
||||
}
|
||||
#{
|
||||
# command = [
|
||||
# "emacs"
|
||||
# "--daemon"
|
||||
# ];
|
||||
#}
|
||||
{
|
||||
command = [
|
||||
"emacs"
|
||||
"--daemon"
|
||||
];
|
||||
}
|
||||
];
|
||||
layout = {
|
||||
preset-column-widths = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue