Added rustdesk
This commit is contained in:
parent
f8a27d2b32
commit
dd4b87e382
2 changed files with 5 additions and 1 deletions
|
|
@ -56,6 +56,7 @@
|
|||
discord
|
||||
dunst
|
||||
shutter
|
||||
unstable.rustdesk
|
||||
|
||||
pcmanfm
|
||||
libsForQt5.dolphin
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue