Remove unused config from host (set in home.nix)

This commit is contained in:
2026-04-01 11:44:26 +00:00
parent 727aa4fb02
commit 28ffd61581

View File

@@ -40,15 +40,7 @@
virtualisation.docker.enable = true;
programs.zsh.enable = true;
documentation.man.enable = true;
programs.direnv = {
enable = true;
settings.global = {
warn_timeout = "30s";
hide_env_diff = true;
};
};
environment.systemPackages = with pkgs; [
# TODO: clean this up against artem@deimos