forked from dea/dea-files
initial commit
This commit is contained in:
commit
5fadb6a6c9
10 changed files with 429 additions and 0 deletions
16
user.nix
Normal file
16
user.nix
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
users.users.dea = {
|
||||
isNormalUser = true;
|
||||
description = "dea";
|
||||
extraGroups = [
|
||||
"networkmanager"
|
||||
"wheel"
|
||||
"docker"
|
||||
];
|
||||
packages = with pkgs; [
|
||||
kdePackages.kate
|
||||
# thunderbird
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue