temp remove chrome from iso
Some checks failed
Build iso when a new version is pushed / test (push) Failing after 9m15s

This commit is contained in:
2025-04-15 15:59:01 +02:00
parent e5c52b4bc5
commit 9defcf7ad4
2 changed files with 2 additions and 2 deletions

View File

@ -10,6 +10,7 @@
config = lib.mkIf config.mods.discord.enable {
home.packages = with pkgs;[
discord
google-chrome
];
};
}