feat: nb add flatpak iptv package
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user