Modularize '/etc/configuration.nix'
This commit is contained in:
12
modules/users.nix
Normal file
12
modules/users.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
users.users.h = {
|
||||
isNormalUser = true;
|
||||
description = "h";
|
||||
extraGroups = [ "networkmanager" "wheel" ];
|
||||
packages = with pkgs; [
|
||||
# thunderbird
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user