forked from Yuka/c3h-nixfiles
move around users definition
This commit is contained in:
parent
3c80614ee4
commit
8ac7010414
3 changed files with 8 additions and 14 deletions
|
|
@ -1,13 +1,7 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
users.mutableUsers = false;
|
||||
users.users.c3h = {
|
||||
isNormalUser = true;
|
||||
password = "c3h";
|
||||
extraGroups = [ "wheel" ];
|
||||
packages = with pkgs; [ chromium firefox mpv youtube-dl ];
|
||||
};
|
||||
users.users.c3h.packages = with pkgs; [ chromium firefox mpv youtube-dl ];
|
||||
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue