user dynamic

This commit is contained in:
2026-03-03 11:14:11 +01:00
parent 5d0cf3bad7
commit ca813f3eb2
6 changed files with 157 additions and 18 deletions

View File

@@ -1,16 +0,0 @@
{ inputs, ... }: {
flake.nixosModules.mo = { pkgs, ... }: {
users.users.mo = {
isNormalUser = true;
description = "Mohamed Chrayed";
extraGroups = [ "networkmanager" "wheel" "video" "audio" ];
shell = pkgs.zsh;
};
home-manager.users.mo = {
home.username = "mo";
home.homeDirectory = "/home/mo";
home.stateVersion = "25.11";
};
};
}