Files
nixos-config/modules/user/README.org
2025-10-01 20:25:42 -05:00

15 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