mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-18 09:34:00 +05:30
14 lines
320 B
Org Mode
14 lines
320 B
Org Mode
#+title: User-level Nix Modules
|
|
#+author: Emmet
|
|
|
|
Separate Nix files can be imported as modules using an import block:
|
|
#+BEGIN_SRC nix
|
|
imports = [ import1.nix
|
|
import2.nix
|
|
...
|
|
];
|
|
#+END_SRC
|
|
|
|
Modules in this directory are used are user-level configurations.
|
|
|
|
# TODO add list of all options
|