Added TeamSpeak

This commit is contained in:
2025-08-16 19:28:53 +02:00
parent c3ca6e4370
commit 0dc1ae58fb
20 changed files with 157 additions and 238 deletions

View File

@@ -0,0 +1,8 @@
{ pkgs, ... }:
{
# Install sqlitebrowser (DB Browser for SQLite)
home.packages = with pkgs; [
beekeeper-studio
];
}

View File

@@ -6,5 +6,6 @@
./openscad.nix
./sqllite_browser.nix
./compilers.nix
./beekeeper-studio.nix
];
}