Updated for IVR needs

This commit is contained in:
Greg Hellings
2023-11-03 10:06:32 -05:00
parent 145c6e30fb
commit ca20745d12
5 changed files with 114 additions and 66 deletions
+3 -1
View File
@@ -1,4 +1,4 @@
{ pkgs, lib, ...}:
{ pkgs, lib, inputs, ...}:
{
imports = [
@@ -8,8 +8,10 @@
home = {
packages = with pkgs; [
aacs
bruno
direnv
home-manager
pipenv
];
file.".pip/pip.conf".text = (lib.strings.concatStringsSep "\n" [
"[global]"