Compare commits
4 commits
4a0ba1a766
...
295610583a
Author | SHA1 | Date | |
---|---|---|---|
295610583a | |||
a9ab3790de | |||
2b8376d27d | |||
5093fe8fb6 |
1 changed files with 13 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue