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:
parent
26f6b86264
commit
c040d1c556
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue