Refactor: Move and subcategorize modules

This commit is contained in:
caem 2024-07-25 21:52:42 +02:00
parent 49ebf1155e
commit d6f25a0f4e
Signed by: caem
GPG key ID: 69A830D03203405F
12 changed files with 9 additions and 7 deletions

View file

@ -0,0 +1,11 @@
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
tutanota-desktop
signal-desktop
element-desktop
vesktop
];
}