add laptop version

This commit is contained in:
afoucaultc 2026-07-03 21:56:32 +02:00
parent 0ba7bf856f
commit c7db34c243
729 changed files with 286689 additions and 18 deletions

View file

@ -0,0 +1,10 @@
{ config, pkgs, ... }:
{
users.users.afoucaultc = {
isNormalUser = true;
description = "afoucaultc";
extraGroups = [ "networkmanager" "wheel" ];
shell = pkgs.zsh;
};
programs.zsh.enable = true;
}