Files
nix-config/homeConfigs/hosts/iso.nix
tomoron e5c52b4bc5
Some checks failed
Build iso when a new version is pushed / test (push) Failing after 2m17s
remove discord from iso build
2025-04-15 15:54:01 +02:00

6 lines
55 B
Nix

{ lib, pkgs, ... }:
{
mods.discord.enable = false;
}