1
Fork 0
mirror of https://github.com/thegeneralist01/config.git synced 2026-03-07 10:59:55 +01:00

packages: add chromium and iina

This commit is contained in:
TheGeneralist 2025-08-08 13:07:26 +02:00
parent c180f98284
commit b048858c40
Signed by: thegeneralist01
SSH key fingerprint: SHA256:pp9qddbCNmVNoSjevdvQvM5z0DHN7LTa8qBMbcMq/R4

View file

@ -0,0 +1,5 @@
{ pkgs, ... }: {
homebrew.enable = true;
homebrew.casks = [ "ungoogled-chromium" ];
environment.systemPackages = [ pkgs.iina ];
}