26 yarara update
This commit is contained in:
parent
1c0da4eba9
commit
c371aeb483
8 changed files with 56 additions and 30 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue