cleaning up config

This commit is contained in:
Christoph Hollizeck 2024-08-21 22:29:36 +02:00
parent e7a0c0f0f2
commit 0754ac33ee
Signed by: Daholli
GPG key ID: 249300664F2AF2C7
7 changed files with 74 additions and 362 deletions

View file

@ -1,8 +1,6 @@
{
options,
config,
lib,
pkgs,
...
}:
with lib;
@ -19,6 +17,7 @@ in
wyrdgard = {
apps = {
discord = enabled;
teamspeak = enabled;
};
};
};