add gnumake, home-manager and git config to minimal config

This commit is contained in:
2026-06-15 12:39:59 +02:00
parent 3710d953ab
commit 484999059a
5 changed files with 12 additions and 6 deletions

View File

@ -6,7 +6,7 @@
# By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2025/09/06 00:57:09 by tomoron #+# #+# #
# Updated: 2026/06/15 02:04:54 by tomoron ### ########.fr #
# Updated: 2026/06/15 12:34:42 by tomoron ### ########.fr #
# #
# **************************************************************************** #
@ -88,6 +88,11 @@ in
};
};
environment.systemPackages = [
inputs.dockermcmgr.packages.${pkgs.stdenv.hostPlatform.system}.default
];
services.zfs = {
autoScrub.enable = true;
zed.settings = {