mirror of
https://git.kb-one.de/kb01/aux-config.git
synced 2025-12-05 10:28:53 +00:00
Added user Schlossrave for Event Light Control
This commit is contained in:
parent
4a0ba1a766
commit
5093fe8fb6
|
|
@ -108,6 +108,19 @@
|
|||
# services.xserver.libinput.enable = true;
|
||||
|
||||
# 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 = {
|
||||
isNormalUser = true;
|
||||
description = "kb";
|
||||
|
|
|
|||
Loading…
Reference in a new issue