teamspeak and nix updates

This commit is contained in:
Christoph Hollizeck 2024-06-24 18:42:06 +02:00
parent 9aa897d5f0
commit e4e11cfd63
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
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;