Added prismlauncher and group dialout
This commit is contained in:
parent
4660d5f2fd
commit
1fa03aa6f6
|
@ -61,7 +61,7 @@ in {
|
|||
users.users.svante = {
|
||||
isNormalUser = true;
|
||||
description = "Svante";
|
||||
extraGroups = [ "networkmanager" "wheel" "audio" ];
|
||||
extraGroups = [ "networkmanager" "wheel" "audio" "dialout" ];
|
||||
shell = pkgs.zsh;
|
||||
packages = with pkgs; [];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue