init
This commit is contained in:
commit
7f583a7ed9
7 changed files with 489 additions and 0 deletions
16
nyx.nix
Normal file
16
nyx.nix
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# Import all modules so only needs to Import nyx.nix
|
||||
|
||||
|
||||
{ config, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
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