Add pipewire
This commit is contained in:
parent
3f45c364b3
commit
21324158dc
1 changed files with 2 additions and 1 deletions
|
|
@ -3,11 +3,12 @@
|
||||||
config.downloadSoftwares = lib.mkEnableOption "Enable qbittorrent, aria2 and yt-dlp";
|
config.downloadSoftwares = lib.mkEnableOption "Enable qbittorrent, aria2 and yt-dlp";
|
||||||
};
|
};
|
||||||
|
|
||||||
config = lib.mkIf config.downloadSoftwares.enable {
|
config = {
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
yt-dlp
|
yt-dlp
|
||||||
qbittorrent
|
qbittorrent
|
||||||
aria2
|
aria2
|
||||||
|
pipewire
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue