add webapps
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{ lib, pkgs, inputs, ... }:
|
||||
let
|
||||
browser = lib.getExe pkgs.firefox;
|
||||
in
|
||||
{
|
||||
xdg.desktopEntries.jellyfin = {
|
||||
name = "Jellyfin";
|
||||
exec = "${browser} --no-remote -P jellyfin --new-window --kiosk https://jellyfin.smayzy.ovh";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user