added stuff
This commit is contained in:
parent
937f28770d
commit
236b8c2a6b
907 changed files with 70990 additions and 0 deletions
14
nyx/modules/options/default.nix
Normal file
14
nyx/modules/options/default.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
imports = [
|
||||
./docs # internal module system documentation and linking
|
||||
./device # device-specific declarations, hardware-specific
|
||||
./meta # internal read-only system manifests for easy access to system details
|
||||
./profiles # profiles allow the system to batch enable programs without hassle
|
||||
./system # system-level declarations, software-specific
|
||||
./theme # theme packages and configurations
|
||||
./usrEnv # user environment, such as main system user or
|
||||
|
||||
./removed.nix # options that have been fully deprecated
|
||||
./renamed.nix # options that have been moved or relocated. Will throw a warning if they are used
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue