Skip to content
Snippets Groups Projects
Commit 5b648293 authored by Jens Nolte's avatar Jens Nolte
Browse files

Add teamspeak layer

parent e2949176
No related branches found
No related tags found
No related merge requests found
{ pkgs, ... }:
{
imports = [
# remove once multi-user audio works
./steam.nix
];
# remove once multi-user audio works
users.users.steam = {
packages = with pkgs; [
teamspeak_client
];
};
users.users.teamspeak = {
uid = 1200;
isNormalUser = true;
packages = with pkgs; [
teamspeak_client
];
extraGroups = [
"audio"
];
};
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment