Added waydroid

This commit is contained in:
2024-04-23 08:56:26 +02:00
parent b49db78ed5
commit 25897cac92
5 changed files with 15 additions and 1 deletions

View File

@@ -6,7 +6,7 @@
onlyoffice-bin
vlc
signal-desktop
logseq
unstable.logseq
webcord
unstable.localsend
bitwarden

View File

@@ -0,0 +1,7 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
unstable.joplin-desktop
];
}