moved options.md to the root so the links work
This commit is contained in:
171
options.md
Normal file
171
options.md
Normal file
@@ -0,0 +1,171 @@
|
||||
# NixOS Module Options
|
||||
|
||||
|
||||
## [`options.modules.walker.enable`](homemanager/walker.nix#L9)
|
||||
|
||||
walker
|
||||
|
||||
**Type:** `boolean`
|
||||
|
||||
**Default:** `false`
|
||||
|
||||
**Example:** `true`
|
||||
|
||||
## [`options.modules.fish.enable`](homemanager/fish.nix#L12)
|
||||
|
||||
fish
|
||||
|
||||
**Type:** `boolean`
|
||||
|
||||
**Default:** `false`
|
||||
|
||||
**Example:** `true`
|
||||
|
||||
## [`options.modules.hyprpanel.enable`](homemanager/hyprpanel.nix#L8)
|
||||
|
||||
hyprpanel
|
||||
|
||||
**Type:** `boolean`
|
||||
|
||||
**Default:** `false`
|
||||
|
||||
**Example:** `true`
|
||||
|
||||
## [`options.modules.hyprpanel.avatar.image`](homemanager/hyprpanel.nix#L9)
|
||||
|
||||
avatar image
|
||||
|
||||
**Type:** `lib.types.path`
|
||||
|
||||
**Default:** `""`
|
||||
|
||||
## [`options.modules.hyprpanel.avatar.name`](homemanager/hyprpanel.nix#L15)
|
||||
|
||||
Username to be displayed
|
||||
|
||||
**Type:** `lib.types.str`
|
||||
|
||||
**Default:** `"John Doe"`
|
||||
|
||||
## [`options.modules.theme.enable`](homemanager/theme.nix#L9)
|
||||
|
||||
theme
|
||||
|
||||
**Type:** `boolean`
|
||||
|
||||
**Default:** `false`
|
||||
|
||||
**Example:** `true`
|
||||
|
||||
## [`options.modules.default_apps.enable`](homemanager/default_apps.nix#L11)
|
||||
|
||||
default_apps
|
||||
|
||||
**Type:** `boolean`
|
||||
|
||||
**Default:** `false`
|
||||
|
||||
**Example:** `true`
|
||||
|
||||
## [`options.modules.editorconfig.enable`](homemanager/editorconfig.nix#L4)
|
||||
|
||||
enables editorconfig
|
||||
|
||||
**Type:** `boolean`
|
||||
|
||||
**Default:** `false`
|
||||
|
||||
**Example:** `true`
|
||||
|
||||
## [`options.modules.utilities.enable`](homemanager/utilities.nix#L9)
|
||||
|
||||
utilities
|
||||
|
||||
**Type:** `boolean`
|
||||
|
||||
**Default:** `false`
|
||||
|
||||
**Example:** `true`
|
||||
|
||||
## [`options.modules.terminalEmulators.kitty.enable`](homemanager/terminal_emulators/kitty.nix#L4)
|
||||
|
||||
kitty
|
||||
|
||||
**Type:** `boolean`
|
||||
|
||||
**Default:** `false`
|
||||
|
||||
**Example:** `true`
|
||||
|
||||
## [`options.modules.terminalEmulators.ghostty.enable`](homemanager/terminal_emulators/ghostty.nix#L12)
|
||||
|
||||
ghostty
|
||||
|
||||
**Type:** `boolean`
|
||||
|
||||
**Default:** `false`
|
||||
|
||||
**Example:** `true`
|
||||
|
||||
## [`options.modules.terminalEmulators.wezterm.enable`](homemanager/terminal_emulators/wezterm.nix#L7)
|
||||
|
||||
kitty
|
||||
|
||||
**Type:** `boolean`
|
||||
|
||||
**Default:** `false`
|
||||
|
||||
**Example:** `true`
|
||||
|
||||
## [`options.modules.nushell.enable`](homemanager/nushell.nix#L8)
|
||||
|
||||
nushell
|
||||
|
||||
**Type:** `boolean`
|
||||
|
||||
**Default:** `false`
|
||||
|
||||
**Example:** `true`
|
||||
|
||||
## [`options.modules.neovim.enable`](homemanager/neovim.nix#L22)
|
||||
|
||||
neovim
|
||||
|
||||
**Type:** `boolean`
|
||||
|
||||
**Default:** `false`
|
||||
|
||||
**Example:** `true`
|
||||
|
||||
## [`options.modules.hyprland.enable`](homemanager/hyprland.nix#L12)
|
||||
|
||||
hyprland
|
||||
|
||||
**Type:** `boolean`
|
||||
|
||||
**Default:** `false`
|
||||
|
||||
**Example:** `true`
|
||||
|
||||
## [`options.modules.tmux.enable`](homemanager/tmux.nix#L12)
|
||||
|
||||
tmux
|
||||
|
||||
**Type:** `boolean`
|
||||
|
||||
**Default:** `false`
|
||||
|
||||
**Example:** `true`
|
||||
|
||||
## [`options.modules.starship.enable`](homemanager/starship.nix#L16)
|
||||
|
||||
enables starship
|
||||
|
||||
**Type:** `boolean`
|
||||
|
||||
**Default:** `false`
|
||||
|
||||
**Example:** `true`
|
||||
|
||||
---
|
||||
*Generated with [nix-options-doc](https://github.com/Thunderbottom/nix-options-doc)*
|
||||
Reference in New Issue
Block a user