mirror of
https://github.com/Moe1369/nix-fleet.git
synced 2026-04-24 23:59:07 +02:00
user dynamic
This commit is contained in:
@@ -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";
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user