feat: nb add flatpak iptv package

This commit is contained in:
2025-10-10 12:23:51 +02:00
parent de43e917c5
commit a4ed475237
2 changed files with 31 additions and 9 deletions

View File

@@ -9,6 +9,7 @@ in {
./bitwarden.nix
./rustdesk.nix
./rustdesk-epicenter.nix
./flatpak-packages.nix
];
environment.systemPackages = with pkgs; [
@@ -153,14 +154,5 @@ in {
};
};
services.flatpak.enable = true;
systemd.services.flatpak-repo = {
wantedBy = [ "multi-user.target" ];
path = [ pkgs.flatpak ];
script = ''
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
'';
};
environment.variables.TERMINAL_COMMAND = "alacritty";
}