зеркало из
https://github.com/iharh/notes.git
synced 2025-11-02 14:46:08 +02:00
16 строки
330 B
Plaintext
16 строки
330 B
Plaintext
https://nixos.org/guides/nix-pills/functions-and-imports.html
|
|
https://nixos.wiki/wiki/Overview_of_the_Nix_Language
|
|
|
|
{ pkgs, inputs, ... }: {
|
|
imports = [
|
|
inputs.hardware.nixosModules.common-cpu-intel
|
|
./hardware-configuration.nix
|
|
|
|
../common/global
|
|
../common/users/...
|
|
|
|
# ../common/optional/...nix
|
|
];
|
|
...
|
|
}
|