feat: add user info

This commit is contained in:
2025-08-30 12:24:23 +02:00
parent ddb8cd34f4
commit 30682c4c43

View File

@ -1,6 +1,15 @@
{ pkgs, ... }:
{
{
# Définition de l'utilisateur
users.users.louisgallet = {
isNormalUser = true;
description = "Louis Gallet";
home = "/Users/louisgallet";
shell = pkgs.zsh;
};
# Homebrew configuration
homebrew = {
enable = true;