Added prismlauncher and group dialout

This commit is contained in:
vanten-s 2024-03-13 21:14:04 +01:00
parent 4660d5f2fd
commit 1fa03aa6f6
Signed by: vanten-s
GPG key ID: DE3060396884D3F2
2 changed files with 2 additions and 1 deletions

View file

@ -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; [];
};

View file

@ -17,6 +17,7 @@ in {
pkgs.qt6.qtwayland
pkgs.libsForQt5.qt5.qtwayland
pkgs.obs-studio
pkgs.prismlauncher
];
home.file = {