Skip to content

Commit 4636754

Browse files
committed
treewide: use iina and haruna
1 parent af7f066 commit 4636754

3 files changed

Lines changed: 17 additions & 28 deletions

File tree

flake.lock

Lines changed: 13 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/common/packages.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ in {
4545

4646
pkgs.qbittorrent
4747
] ++ optionals (config.isLinux && config.isDesktop) [
48+
pkgs.haruna
49+
4850
pkgs.thunderbird
4951

5052
pkgs.whatsapp-for-linux
@@ -61,5 +63,7 @@ in {
6163

6264
pkgs.en_US
6365
pkgs.en_GB-ize
66+
] ++ optionals (config.isDarwin && config.isDesktop) [
67+
pkgs.iina
6468
];
6569
}

modules/darwin/packages.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
homebrew.casks = [
3-
"vlc"
43
"krita"
54
];
65
}

0 commit comments

Comments
 (0)