feat: add user info
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user