Update for IVR Linux
This commit is contained in:
+17
-12
@@ -5,16 +5,21 @@
|
||||
../../vscodium.nix
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
aacs
|
||||
brew
|
||||
];
|
||||
home.file.".pip/pip.conf".text = (lib.strings.concatStringsSep "\n" [
|
||||
"[global]"
|
||||
"retries = 1"
|
||||
"index-url = https://pypi.python.org/simple"
|
||||
"extra-index-url ="
|
||||
" https://pypi.ivrtechnology.com/simple/"
|
||||
" https://pypidev.ivrtechnology.com/simple/"
|
||||
]);
|
||||
home = {
|
||||
packages = with pkgs; [
|
||||
aacs
|
||||
direnv
|
||||
home-manager
|
||||
];
|
||||
file.".pip/pip.conf".text = (lib.strings.concatStringsSep "\n" [
|
||||
"[global]"
|
||||
"retries = 1"
|
||||
"index-url = https://pypi.python.org/simple"
|
||||
"extra-index-url ="
|
||||
" https://pypi.ivrtechnology.com/simple/"
|
||||
" https://pypidev.ivrtechnology.com/simple/"
|
||||
]);
|
||||
username = "gregory.hellings";
|
||||
homeDirectory = "/home/gregory.hellings";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user