Added user Schlossrave for Event Light Control
This commit is contained in:
parent
4a0ba1a766
commit
5093fe8fb6
1 changed files with 13 additions and 0 deletions
|
@ -108,6 +108,19 @@
|
||||||
# services.xserver.libinput.enable = true;
|
# services.xserver.libinput.enable = true;
|
||||||
|
|
||||||
# Define a user account. Don't forget to set a password with ‘passwd’.
|
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||||
|
users.users.schlossrave = {
|
||||||
|
isNormalUser = true;
|
||||||
|
description = "schlossrave Service Account";
|
||||||
|
extraGroups = [ "networkmanager" ];
|
||||||
|
packages = with pkgs; [
|
||||||
|
kdePackages.kate
|
||||||
|
fastfetch
|
||||||
|
btop
|
||||||
|
firefox
|
||||||
|
qlcplus
|
||||||
|
dig
|
||||||
|
];
|
||||||
|
};
|
||||||
users.users.kb = {
|
users.users.kb = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "kb";
|
description = "kb";
|
||||||
|
|
Loading…
Add table
Reference in a new issue