teamspeak and nix updates

This commit is contained in:
Christoph Hollizeck 2024-06-24 18:42:06 +02:00
parent a3e36ff53f
commit 32c1e29f42
Signed by: Daholli
GPG key ID: 1763BB530F50279E
3 changed files with 31 additions and 33 deletions

View file

@ -9,10 +9,12 @@ with lib.wyrdgard;
{
imports = [ ./hardware.nix ];
environment.systemPackages = with pkgs; [ jetbrains.rust-rover inputs.pyfa ];
environment.systemPackages = with pkgs; [ jetbrains.rust-rover inputs.pyfa teamspeak_client ];
environment.pathsToLink = [ "/libexec" ];
virtualisation.waydroid = enabled;
wyrdgard = {
archetypes = {
gaming.enable = true;