add rustdesk-flutter

This commit is contained in:
Your Name 2024-02-26 21:34:22 +03:00
parent d79949f1c8
commit 8a44587377

View file

@ -45,6 +45,7 @@
(callPackage ../derivations/spotify.nix { }) (callPackage ../derivations/spotify.nix { })
xorg.xwininfo xorg.xwininfo
]) ++ (with unstable; [ ]) ++ (with unstable; [
rustdesk-flutter
xfce.thunar xfce.thunar
nixfmt nixfmt
btop btop
@ -68,7 +69,6 @@
vesktop vesktop
localsend localsend
]) ++ (with stable; [ ]) ++ (with stable; [
rustdesk
]) ++ ([ ]) ++ ([
inputs.firefox.packages.${pkgs.system}.firefox-nightly-bin inputs.firefox.packages.${pkgs.system}.firefox-nightly-bin
]); ]);