[desktop] Adds inkscape and groups some similar apps

This commit is contained in:
2025-12-08 16:15:27 -08:00
parent edb0f18989
commit a0448def04
6 changed files with 23 additions and 2 deletions

View File

@@ -0,0 +1,11 @@
{ pkgs, ... }:
{
imports = [
../apps/element.nix
../apps/discord.nix
];
home.packages = with pkgs; [
signal-desktop
];
}