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;
|
enable = true;
|
||||||
package = emacs;
|
package = emacs;
|
||||||
};
|
};
|
||||||
services.emacs = {
|
|
||||||
enable = true;
|
|
||||||
package = config.programs.emacs.package;
|
|
||||||
startWithUserSession = true;
|
|
||||||
client.enable = true;
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -100,12 +100,12 @@
|
||||||
"${../../modules/hyprland/wallpaper.jpg}"
|
"${../../modules/hyprland/wallpaper.jpg}"
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
#{
|
{
|
||||||
# command = [
|
command = [
|
||||||
# "emacs"
|
"emacs"
|
||||||
# "--daemon"
|
"--daemon"
|
||||||
# ];
|
];
|
||||||
#}
|
}
|
||||||
];
|
];
|
||||||
layout = {
|
layout = {
|
||||||
preset-column-widths = [
|
preset-column-widths = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue