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
|
|
@ -1,6 +1,8 @@
|
|||
{ config, ... }:
|
||||
{
|
||||
programs.ghostty = {
|
||||
enable = true;
|
||||
package = config.lib.test.mkStubPackage { outPath = null; };
|
||||
|
||||
themes = {
|
||||
catppuccin-mocha = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue