Added slack, buildable netextender, default jetbrains mono font

This commit is contained in:
2025-07-17 18:13:02 -07:00
parent c18257042d
commit f6087ae017
6 changed files with 95 additions and 6 deletions

View File

@@ -42,7 +42,7 @@ in {
environment.systemPackages = with pkgs; [
audacity
darktable
# darktable # Currently failing to build
deadbeef
glava
obs-studio

View File

@@ -1,9 +1,8 @@
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
telegram-desktop
discord
slack
telegram-desktop
];
}