notes/os/linux/nixos/features/el/import.txt
Ihar Hancharenka 5dff80e88e first
2023-03-27 16:52:17 +03:00

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
];
...
}