Add defaults

This commit is contained in:
Greg Hellings
2023-08-21 10:34:42 -05:00
parent 8c0a5cac2a
commit 48cd596207
13 changed files with 53 additions and 3 deletions
+3
View File
@@ -1,6 +1,9 @@
{ pkgs, lib, ...}:
{
home.packages = with pkgs; [
brew
];
home.file.".pip/pip.conf".text = (lib.strings.concatStringsSep "\n" [
"[global]"
"retries = 1"