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> +#+ +:+ +#+ # # By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ # # +#+#+#+#+#+ +#+ #
# Created: 2025/02/09 22:01:56 by tomoron #+# #+# # # Created: 2025/02/09 22:01:56 by tomoron #+# #+# #
# Updated: 2026/06/15 01:56:12 by tomoron ### ########.fr # # Updated: 2026/06/15 12:35:56 by tomoron ### ########.fr #
# # # #
# **************************************************************************** # # **************************************************************************** #
@ -15,7 +15,6 @@
{ {
home.packages = with pkgs;[ home.packages = with pkgs;[
pigz pigz
gnumake
fastfetch fastfetch
clang clang
ninja ninja

View File

@ -6,7 +6,7 @@
# By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ # # By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ # # +#+#+#+#+#+ +#+ #
# Created: 2026/06/14 18:03:28 by tomoron #+# #+# # # Created: 2026/06/14 18:03:28 by tomoron #+# #+# #
# Updated: 2026/06/14 18:06:25 by tomoron ### ########.fr # # Updated: 2026/06/15 12:36:24 by tomoron ### ########.fr #
# # # #
# **************************************************************************** # # **************************************************************************** #
@ -16,5 +16,8 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
neovim neovim
pciutils pciutils
gnumake
home-manager
]; ];
} }

View File

@ -6,7 +6,7 @@
# By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ # # By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ # # +#+#+#+#+#+ +#+ #
# Created: 2025/09/06 00:57:21 by tomoron #+# #+# # # Created: 2025/09/06 00:57:21 by tomoron #+# #+# #
# Updated: 2026/06/15 01:57:44 by tomoron ### ########.fr # # Updated: 2026/06/15 12:36:24 by tomoron ### ########.fr #
# # # #
# **************************************************************************** # # **************************************************************************** #
@ -14,7 +14,6 @@
{ {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
home-manager
cryptsetup cryptsetup
usbutils usbutils
ntfs3g ntfs3g

View File

@ -6,7 +6,7 @@
# By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ # # By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ # # +#+#+#+#+#+ +#+ #
# Created: 2025/09/06 00:57:09 by tomoron #+# #+# # # 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 = { services.zfs = {
autoScrub.enable = true; autoScrub.enable = true;
zed.settings = { zed.settings = {