Organize packages and remove/change a few

This commit is contained in:
Pedro Rey Anca 2025-07-24 18:57:46 +02:00
parent 7cd8e7e6df
commit b3acf11a31
Signed by: peprolinbot
GPG key ID: 053EA6E00116533A
4 changed files with 77 additions and 63 deletions

4
modules/home/matrix.nix Normal file
View file

@ -0,0 +1,4 @@
{pkgs, ...}: {
programs.element-desktop.enable = true;
home.packages = with pkgs; [fractal];
}