Organize packages and remove/change a few
This commit is contained in:
parent
7cd8e7e6df
commit
b3acf11a31
4 changed files with 77 additions and 63 deletions
4
modules/home/matrix.nix
Normal file
4
modules/home/matrix.nix
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{pkgs, ...}: {
|
||||
programs.element-desktop.enable = true;
|
||||
home.packages = with pkgs; [fractal];
|
||||
}
|
||||
Reference in a new issue