mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
nixos/profiles/installer: update
This commit is contained in:
parent
949f42b683
commit
4a19b2004e
@ -1,7 +1,15 @@
|
||||
# A dedicated profile for installers with some niceties in it.
|
||||
{ pkgs, ... }:
|
||||
# A dedicated profile for installers with some niceties in it. This is also
|
||||
# used for persistent live installers.
|
||||
{ pkgs, modulesPath, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
"${modulesPath}/profiles/all-hardware.nix"
|
||||
"${modulesPath}/profiles/base.nix"
|
||||
"${modulesPath}/profiles/installation-device.nix"
|
||||
];
|
||||
|
||||
# Include some modern niceties.
|
||||
environment.systemPackages = with pkgs; [
|
||||
ripgrep
|
||||
git
|
||||
|
Loading…
Reference in New Issue
Block a user