1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-03-18 14:28:15 +00:00

xembed-sni-proxy: change default package (#6587)

Use new `kdePackages` version by default. Users can pass the legacy
package, if they wish.
This commit is contained in:
Austin Horstman 2025-03-08 10:48:18 -06:00 committed by GitHub
parent 26f6b86264
commit c040d1c556
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,8 +15,8 @@ in {
package = mkOption {
type = types.package;
default = pkgs.plasma-workspace;
defaultText = literalExpression "pkgs.plasma-workspace";
default = pkgs.kdePackages.plasma-workspace;
defaultText = literalExpression "pkgs.kdePackages.plasma-workspace";
description = ''
Package containing the {command}`xembedsniproxy`
program.