mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-14 13:01:09 +01:00
ghostty: Add systemd integration
The systemd unit already exists on the system, this gives the option to enable it.
This commit is contained in:
parent
1c75dd7022
commit
34fe48801d
5 changed files with 56 additions and 2 deletions
14
modules/misc/news/2025/11/2025-11-03_22-56-50.nix
Normal file
14
modules/misc/news/2025/11/2025-11-03_22-56-50.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
time = "2025-11-03T21:56:50+00:00";
|
||||
condition = config.programs.ghostty.enable && pkgs.stdenv.hostPlatform.isLinux;
|
||||
message = ''
|
||||
Ghostty: now enables the user systemd service by default.
|
||||
|
||||
Running Ghostty via these systemd units is the recommended way to run
|
||||
Ghostty. The two most important benefits provided by Ghostty's systemd
|
||||
integrations are: instantaneous launching and centralized logging.
|
||||
|
||||
See https://ghostty.org/docs/linux/systemd for all details
|
||||
'';
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue