feat: add li host
This commit is contained in:
@@ -5,16 +5,6 @@
|
||||
}:
|
||||
let
|
||||
username = "gregory.hellings";
|
||||
x = pkgs.xonsh.override {
|
||||
extraPackages = (
|
||||
ps: [
|
||||
pkgs.nur.repos.xonsh-xontribs.xonsh-direnv
|
||||
pkgs.nur.repos.xonsh-xontribs.xontrib-vox
|
||||
ps.xonsh-apipenv
|
||||
pkgs.pipenv-ivr
|
||||
]
|
||||
);
|
||||
};
|
||||
in
|
||||
{
|
||||
# Disables hitting local cache
|
||||
@@ -28,7 +18,6 @@ in
|
||||
|
||||
home = {
|
||||
packages = with pkgs; [
|
||||
aacs
|
||||
ansible
|
||||
direnv
|
||||
home-manager
|
||||
@@ -36,20 +25,13 @@ in
|
||||
just
|
||||
go
|
||||
gopls
|
||||
k9s
|
||||
kubectl
|
||||
mariadb
|
||||
minikube
|
||||
mise
|
||||
nil
|
||||
nixVersions.stable
|
||||
pipenv-ivr
|
||||
pre-commit
|
||||
python311
|
||||
python3Packages.flake8
|
||||
skaffold
|
||||
twine
|
||||
x
|
||||
];
|
||||
file = {
|
||||
".pip/pip.conf".text = ''
|
||||
@@ -108,6 +90,5 @@ in
|
||||
"web4"
|
||||
]
|
||||
);
|
||||
tmux.shell = (lib.getExe x);
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user