editor shit
This commit is contained in:
parent
633a966e52
commit
b11e8347c1
14 changed files with 160 additions and 16 deletions
|
|
@ -20,7 +20,15 @@
|
|||
environment.systemPackages =
|
||||
with pkgs;
|
||||
[ ]
|
||||
++ (if config.apps.messaging.element.enable then [ element-desktop ] else [ ])
|
||||
++ (
|
||||
if config.apps.messaging.element.enable then
|
||||
[
|
||||
element-desktop
|
||||
fluffychat
|
||||
]
|
||||
else
|
||||
[ ]
|
||||
)
|
||||
++ (if config.apps.messaging.signal.enable then [ signal-desktop ] else [ ]);
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue