initial snapshot
This commit is contained in:
commit
24b41c4faf
16 changed files with 452 additions and 0 deletions
14
minimal.nix
Normal file
14
minimal.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
lib,
|
||||
pkgs,
|
||||
modulesPath,
|
||||
...
|
||||
}:
|
||||
{
|
||||
imports = [
|
||||
#(modulesPath + "/profiles/minimal.nix")
|
||||
#(modulesPath + "/profiles/perlless.nix")
|
||||
];
|
||||
|
||||
hardware.enableAllHardware = lib.mkForce false;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue