organize packages
This commit is contained in:
9
modules/software/social/matrix.nix
Normal file
9
modules/software/social/matrix.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{ ... }: {
|
||||
den.aspects.matrix-client = {
|
||||
nixos = { pkgs, ... }: {
|
||||
users.users.bug.packages = with pkgs; [
|
||||
fractal
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user