26 yarara update

This commit is contained in:
Zoty 2026-07-06 07:02:34 -03:00
parent 1c0da4eba9
commit c371aeb483
Signed by: Zoty
SSH key fingerprint: SHA256:WsGEGivgl37t3Mth6uugXMOgMCTR7QolIepNbC+j/tA
8 changed files with 56 additions and 30 deletions

View file

@ -1,9 +1,19 @@
{ den, pkgs-unstable, ... }: {
{ den, inputs, pkgs-unstable, ... }: {
den.aspects.leisure.nixos = { ... }: {
environment.systemPackages = with pkgs-unstable; [
# Streaming
stremio-linux-shell
imports = [ inputs.nix-flatpak.nixosModules.nix-flatpak ];
services.flatpak = {
enable = true;
remotes = [{
name = "flathub";
location = "https://flathub.org/repo/flathub.flatpakrepo";
}];
packages = [
{ appId = "com.stremio.Stremio"; origin = "flathub"; }
];
};
environment.systemPackages = with pkgs-unstable; [
# Torrenting
qbittorrent