This commit is contained in:
ediblerope 2026-03-28 15:07:05 +00:00 committed by GitHub
parent d1bd8e4139
commit 640ac96ece
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 20 deletions

View file

@ -1,20 +1,4 @@
#./apps/zen.nix
#{ inputs, pkgs, lib, config, ... }:
#{
# config = lib.mkIf (lib.elem config.networking.hostName [ "FredOS-Gaming" "FredOS-Macbook" ]) {
# environment.systemPackages = [
# (pkgs.wrapFirefox
# inputs.zen-browser.packages.${pkgs.stdenv.hostPlatform.system}.zen-browser-unwrapped
# {
# extraPolicies = {
# DisableTelemetry = true;
# };
# }
# )
# ];
# };
#}
{ inputs, pkgs, lib, config, ... }:
{
config = lib.mkIf (lib.elem config.networking.hostName [ "FredOS-Gaming" "FredOS-Macbook" ]) {