integrate htpc and associated configuration

This commit is contained in:
k3t
2026-06-01 20:33:57 -06:00
parent 8209672944
commit db7a8a3f6e
21 changed files with 289 additions and 33 deletions
+6
View File
@@ -0,0 +1,6 @@
{
programs.fcast-receiver = {
enable = true;
openFirewall = true;
};
}
+6 -1
View File
@@ -1,3 +1,8 @@
{ pkgs, ... }:
{
xdg.portal.enable = true;
xdg.portal = {
enable = true;
extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
};
}