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