added firefox and git config

This commit is contained in:
2024-08-13 21:09:41 +09:00
parent 3964424b46
commit 8c79af7feb
3 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
{ pkgs, config, ... }:
{
home.packages = [ pkgs.firefox ];
}