Add streamrip package

This commit is contained in:
2024-11-03 14:49:24 +00:00
parent 0763facbc4
commit 2901474d10
3 changed files with 111 additions and 1 deletions

View File

@ -1,5 +1,7 @@
{ config, ... }:
{ config, pkgs, ... }:
let streamrip = pkgs.callPackage ../../pkgs/streamrip/package.nix { };
in
{
imports = [
./hardware-configuration.nix
@ -49,6 +51,10 @@
};
};
environment.systemPackages = [
streamrip
];
modules = {
desktop = {
apps.qbittorrent.enable = true;