Options#
ren.disko
#
The flake input for Disko.
Type:
flake input for disko
Example value:
inputs.disko
Declared in:
ren.home-manager
#
The flake input for Home Manager.
Type:
flake input for home-manager
Example value:
inputs.home-manager
Declared in:
ren.nix-darwin
#
The flake input for nix-darwin.
Type:
flake input for nix-darwin
Example value:
inputs.nix-darwin
Declared in:
ren.nixos-wsl
#
The flake input for NixOS-WSL.
Type:
flake input for nixos-wsl
Example value:
inputs.nixos-wsl
Declared in:
ren.pkgs
#
An instantiated nixpkgs set. Used for general pkgs and to get NixOS systems' modules.
Type:
instance of nixpkgs
Example value:
import inputs.nixpkgs { system = "aarch64-linux"; };
Declared in:
ren.system
#
The system architecture (e.g., x86_64-linux
, aarch64-darwin
).
Type:
string
Default value:
if options.ren.pkgs.isDefined then config.ren.pkgs.system else "";
Declared in: