This commit is contained in:
2025-11-17 17:13:29 +00:00
parent 583885d79b
commit 6c904da72b
6 changed files with 71 additions and 19 deletions

View File

@@ -5,7 +5,9 @@
config,
outputs,
...
}: {
}: let
my-utils = inputs.my-utils.packages.${pkgs.system}.default;
in {
imports =
[
# ./beets.nix
@@ -60,6 +62,8 @@
programs = {
home-manager.enable = true;
git.enable = true;
gh.enable = true;
};
};
}

View File

@@ -63,6 +63,7 @@
gnumake
unstable.keybase
# my.prometheus-api-client
my-utils
];
@@ -88,8 +89,7 @@
historyControl = ["ignorespace"];
shellOptions = ["histappend"];
sessionVariables = {
DOCKER_HOST = "tcp://192.168.1.223:2375";
NOMAD_ADDR = "http://192.168.1.250:4646";
NOMAD_ADDR = "http://192.168.4.250:4646";
TERM = "xterm-256color";
ANSIBLE_HOST_KEY_CHECKING = "False";
HSTR_CONFIG = "hicolor";