252 current 2024-12-01 05:54:48 24.11.20241123.0c58267 6.12.1 *
This commit is contained in:
parent
0f6db23403
commit
8c5ac9ead5
7 changed files with 98 additions and 83 deletions
11
modules/users/ranomier.nix
Normal file
11
modules/users/ranomier.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{pkgs, ...}: {
|
||||
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||
users.users.ranomier = {
|
||||
isNormalUser = true;
|
||||
description = "Ranomier";
|
||||
extraGroups = ["networkmanager" "wheel" "podman"];
|
||||
shell = pkgs.zsh;
|
||||
useDefaultShell = true;
|
||||
#packages = with pkgs; [];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue