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

View file

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