remove discord from iso build
Some checks failed
Build iso when a new version is pushed / test (push) Failing after 2m17s
Some checks failed
Build iso when a new version is pushed / test (push) Failing after 2m17s
This commit is contained in:
5
homeConfigs/hosts/iso.nix
Normal file
5
homeConfigs/hosts/iso.nix
Normal file
@ -0,0 +1,5 @@
|
||||
{ lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
mods.discord.enable = false;
|
||||
}
|
Reference in New Issue
Block a user