updated custom.nix script
This commit is contained in:
parent
0f4ea6af90
commit
e50a9386c8
@ -37,13 +37,11 @@ FILE=/var/lib/beacons/file_fixes_and_new_services/add-custom-nix/completed
|
|||||||
touch /etc/nixos/custom.nix
|
touch /etc/nixos/custom.nix
|
||||||
|
|
||||||
/run/current-system/sw/bin/cat > /etc/nixos/custom.nix <<- "EOF"
|
/run/current-system/sw/bin/cat > /etc/nixos/custom.nix <<- "EOF"
|
||||||
/*
|
|
||||||
{config, pkgs, lib, ...}:
|
{config, pkgs, lib, ...}:
|
||||||
|
|
||||||
|
|
||||||
# Add custom NixOS modules here.
|
# Add custom NixOS modules here.
|
||||||
|
|
||||||
|
|
||||||
let
|
let
|
||||||
personalization = import ./personalization.nix;
|
personalization = import ./personalization.nix;
|
||||||
|
|
||||||
@ -54,8 +52,6 @@ let
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
*\
|
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user