1

enable discord/noisetorch on nixtop

This commit is contained in:
2022-08-09 00:22:16 +02:00
parent 6cb9d149fd
commit e202f868f5

View File

@ -7,4 +7,15 @@ rec {
../../../modules
];
# TODO: Validate that this doesn't install too much
modules.gaming = {
enable = true;
discordChromium.enable = true;
noisetorch = {
enable = true;
autostart = true;
};
};
}