Custom Files
Unleash the full potential of Nix by creating personalized commands through an intuitive interface or by directly managing files. Here's how you can make it yours:
Creating and Managing Custom Commands
Inside the App Nix includes a powerful built-in IDE that lets you:
Create: Quickly design custom commands without leaving the application.
Edit: Modify existing commands with ease, right from the interface.
Rename: Keep your commands organized with meaningful names.
Delete: Remove commands you no longer need with just a click.
Access these features via the Custom Commands
tab in the app.
Accessing the Command Files
Prefer manual management? You can also directly access and manage command files:
Direct Path: Navigate to:
Roaming/Nix/Custom Commands
Using the Shortcut: Open your Nix installation directory and follow the
nix_appdata
shortcut.
Organization & Functionality
Storage: Commands must currently be placed in the root of the directory; subfolders for organizing commands are not supported yet.
Execution: All custom commands will appear under the
custom
group in the help menu, accessible through the app.
Last updated