Adding Importing functionality
This commit is contained in:
parent
62594d312c
commit
2f9ff34ad4
17 changed files with 1188 additions and 307 deletions
17
nyx/default.nix
Normal file
17
nyx/default.nix
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# Import all modules so only needs to Import nyx.nix
|
||||
|
||||
|
||||
{ config, pkgs, lib, nixDirectory, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
# System modules
|
||||
# Rebuild
|
||||
./nyx-rebuild.nix
|
||||
# Custom Banner
|
||||
./nyx-tool.nix
|
||||
# Nyx cleanup
|
||||
./nyx-cleanup.nix
|
||||
];
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue