Added rustdesk

This commit is contained in:
Benson Chu 2024-01-01 16:44:03 -06:00
parent f8a27d2b32
commit dd4b87e382
2 changed files with 5 additions and 1 deletions

View file

@ -56,6 +56,7 @@
discord
dunst
shutter
unstable.rustdesk
pcmanfm
libsForQt5.dolphin

View file

@ -13,7 +13,10 @@
let
system = "x86_64-linux";
unstable-overlay = final: prev: {
unstable = unstable.legacyPackages.${prev.system};
unstable = import unstable {
inherit system;
config.allowUnfree = true;
};
};
in {