1
0
Fork 0

Install Discord for Orga

This commit is contained in:
Malte Brandy 2020-10-21 17:35:04 +02:00
parent 33066a5b17
commit 8743d516ed
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -7,6 +7,7 @@ let
};
in {
apollo = let
install = f: ({ pkgs, ... }: { home.packages = f pkgs; });
makeAutostart = name:
{ config, ... }: {
config.home.file.".config/autostart/${name}.desktop".source =
@ -97,6 +98,7 @@ in {
(makeAutostart "firefox")
(makeAutostart "kassandra")
(makeAutostart "kassandra2")
(install (p: [ p.Discord ])) # For teaching
];
research = apolloConfig [
./roles/research.nix