updated custom.nix script

This commit is contained in:
naturallaw77 2023-08-10 18:50:04 -07:00
parent 0f4ea6af90
commit e50a9386c8

View File

@ -37,13 +37,11 @@ FILE=/var/lib/beacons/file_fixes_and_new_services/add-custom-nix/completed
touch /etc/nixos/custom.nix
/run/current-system/sw/bin/cat > /etc/nixos/custom.nix <<- "EOF"
/*
{config, pkgs, lib, ...}:
# Add custom NixOS modules here.
let
personalization = import ./personalization.nix;
@ -54,8 +52,6 @@ let
}
*\
EOF