Native package for cameractrls, no more flatpak!

This commit is contained in:
Geoffrey Frogeye 2025-11-25 23:58:25 +01:00
parent 65fc49844d
commit 5cfc7b2238
4 changed files with 5 additions and 20 deletions

View file

@ -16,6 +16,5 @@
./homeautomation
./jellyfin.nix
./rssVideos.nix
./webcam
];
}

View file

@ -1,17 +0,0 @@
{
pkgs,
...
}:
{
config = {
# TODO This should install cameractrls, but it seems like it's not easy to install.
# In the meantime, we install Flatpak and do:
# flatpak run hu.irl.cameractrls
services.flatpak.enable = true;
xdg.portal = {
config.common.default = "*";
enable = true;
extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
};
};
}