feat: add user info
This commit is contained in:
@ -1,6 +1,15 @@
|
|||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
{
|
||||||
|
# Définition de l'utilisateur
|
||||||
|
users.users.louisgallet = {
|
||||||
|
isNormalUser = true;
|
||||||
|
description = "Louis Gallet";
|
||||||
|
home = "/Users/louisgallet";
|
||||||
|
shell = pkgs.zsh;
|
||||||
|
};
|
||||||
|
|
||||||
# Homebrew configuration
|
# Homebrew configuration
|
||||||
homebrew = {
|
homebrew = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
Reference in New Issue
Block a user