This commit is contained in:
parent
d1bd8e4139
commit
640ac96ece
2 changed files with 7 additions and 20 deletions
16
apps/zen.nix
16
apps/zen.nix
|
|
@ -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" ]) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue