Version 1.1.0
Added: - TUI - A few comments
This commit is contained in:
parent
f26e6f5020
commit
7e5f29cf9f
9 changed files with 442 additions and 331 deletions
|
|
@ -39,6 +39,8 @@ with lib;
|
|||
./nyx-rebuild.nix
|
||||
./nyx-cleanup.nix
|
||||
./nyx-tool.nix
|
||||
./nyx-tui.nix
|
||||
|
||||
];
|
||||
|
||||
################################################################
|
||||
|
|
@ -47,6 +49,7 @@ with lib;
|
|||
config = mkIf (!config.nyx.enable) {
|
||||
nyx.nyx-rebuild.enable = false;
|
||||
nyx.nyx-cleanup.enable = false;
|
||||
nyx.nyx-tui.enable = false;
|
||||
nyx.nyx-tool.enable = false;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue