Skip to content

Nix Home-Manager module lacks an option to enable gtk4 in the systemd integration #704

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
ItsLiyua opened this issue May 23, 2025 · 0 comments · May be fixed by #705
Open

Nix Home-Manager module lacks an option to enable gtk4 in the systemd integration #704

ItsLiyua opened this issue May 23, 2025 · 0 comments · May be fixed by #705

Comments

@ItsLiyua
Copy link

Pretty much the title.

When you want to use systemd to manage ags the only option is to enable or disable it. You cannot set the --gtk4-flag via a nix setting.
I'd like to see an implementation that allows you to set the gtk4-flag like this:

programs.ags = {
  enable = true;
  systemd = {
    enable = true;
    gtk4 = true;
  };
};

Or something similar to this.

Thanks for reading!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant