Add rustdesk to communication package set
(probably belongs elsewhere but whatever)
This commit is contained in:
parent
ed3dc89b2c
commit
4e3d6d222e
@ -1,6 +1,10 @@
|
|||||||
{ pkgs, lib, config, osConfig ? {}, ... }:
|
{ pkgs, lib, config, osConfig ? {}, inputs, ... }:
|
||||||
let
|
let
|
||||||
cfg = config.nixfiles.packageSets.communication;
|
cfg = config.nixfiles.packageSets.communication;
|
||||||
|
rustdesk-pkg = if (lib.strings.hasInfix "23.11" lib.version) then
|
||||||
|
inputs.nixpkgs-unstable.legacyPackages.${pkgs.system}.rustdesk-flutter
|
||||||
|
else
|
||||||
|
pkgs.rustdesk-flutter;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
options.nixfiles.packageSets.communication = {
|
options.nixfiles.packageSets.communication = {
|
||||||
@ -13,6 +17,7 @@ in
|
|||||||
signal-desktop
|
signal-desktop
|
||||||
thunderbird
|
thunderbird
|
||||||
discord
|
discord
|
||||||
|
rustdesk-pkg
|
||||||
] ++ [
|
] ++ [
|
||||||
irssi
|
irssi
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user