1
Fork 0
mirror of https://github.com/thegeneralist01/config.git synced 2026-05-30 08:37:01 +02:00

Update local config changes

This commit is contained in:
TheGeneralist 2026-05-19 20:52:06 +02:00
parent 5e709810e2
commit 5371cb191a
Signed by: thegeneralist01
SSH key fingerprint: SHA256:pp9qddbCNmVNoSjevdvQvM5z0DHN7LTa8qBMbcMq/R4
4 changed files with 3 additions and 34 deletions

View file

@ -1,6 +1,6 @@
{ pkgs, ... }: {
homebrew.enable = true;
# homebrew.brews = [ "mole" ];
homebrew.casks = [ "google-chrome" ];
# homebrew.casks = [ "google-chrome" ];
environment.systemPackages = [ pkgs.iina ];
}