mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
light dm changes
This commit is contained in:
parent
c4079791b5
commit
926f0aef89
4 changed files with 10 additions and 21 deletions
|
|
@ -36,6 +36,7 @@
|
|||
users = {
|
||||
defaultUserShell = pkgs.zsh;
|
||||
users."${settings.username}" = {
|
||||
uid = 1000;
|
||||
isNormalUser = true;
|
||||
extraGroups = ["wheel" "audio" "networkmanager" "kvm" "libvirtd"];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue