mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 11:36:07 +01:00
Add modules
This commit is contained in:
parent
5cc656fffc
commit
f40362898a
19 changed files with 1045 additions and 0 deletions
14
modules/module-list.nix
Normal file
14
modules/module-list.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# Licensed under GNU Lesser General Public License v3 or later, see COPYING.
|
||||
# Copyright (c) 2019 Alexander Sosedkin and other contributors, see AUTHORS.
|
||||
|
||||
[
|
||||
./build/activation.nix
|
||||
./build/config.nix
|
||||
./environment/etc
|
||||
./environment/files.nix
|
||||
./environment/login
|
||||
./environment/links.nix
|
||||
./environment/path.nix
|
||||
./user.nix
|
||||
<nixpkgs/nixos/modules/misc/assertions.nix>
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue