1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-09-13 01:27:56 +00:00

treewide: use iina and haruna

This commit is contained in:
RGBCube 2025-08-04 22:25:22 +03:00
parent af7f066097
commit 4636754606
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M
3 changed files with 17 additions and 28 deletions

View file

@ -45,6 +45,8 @@ in {
pkgs.qbittorrent
] ++ optionals (config.isLinux && config.isDesktop) [
pkgs.haruna
pkgs.thunderbird
pkgs.whatsapp-for-linux
@ -61,5 +63,7 @@ in {
pkgs.en_US
pkgs.en_GB-ize
] ++ optionals (config.isDarwin && config.isDesktop) [
pkgs.iina
];
}