Files
dotfiles-modules/options.md

2.6 KiB

NixOS Module Options

options.modules.walker.enable

walker

Type: boolean

Default: false

Example: true

options.modules.fish.enable

fish

Type: boolean

Default: false

Example: true

options.modules.hyprpanel.enable

hyprpanel

Type: boolean

Default: false

Example: true

options.modules.hyprpanel.avatar.image

avatar image

Type: lib.types.path

Default: ""

options.modules.hyprpanel.avatar.name

Username to be displayed

Type: lib.types.str

Default: "John Doe"

options.modules.theme.enable

theme

Type: boolean

Default: false

Example: true

options.modules.default_apps.enable

default_apps

Type: boolean

Default: false

Example: true

options.modules.editorconfig.enable

enables editorconfig

Type: boolean

Default: false

Example: true

options.modules.utilities.enable

utilities

Type: boolean

Default: false

Example: true

options.modules.terminalEmulators.kitty.enable

kitty

Type: boolean

Default: false

Example: true

options.modules.terminalEmulators.ghostty.enable

ghostty

Type: boolean

Default: false

Example: true

options.modules.terminalEmulators.wezterm.enable

kitty

Type: boolean

Default: false

Example: true

options.modules.nushell.enable

nushell

Type: boolean

Default: false

Example: true

options.modules.neovim.enable

neovim

Type: boolean

Default: false

Example: true

options.modules.hyprland.enable

hyprland

Type: boolean

Default: false

Example: true

options.modules.tmux.enable

tmux

Type: boolean

Default: false

Example: true

options.modules.starship.enable

enables starship

Type: boolean

Default: false

Example: true


Generated with nix-options-doc