Nyra Home Manager Options

/ to filter ↑ ↓ to browse Esc to return to the filter

nyra.browsers.default Link copied!

Set a default browser

Type
null or value "zen-twilight" (singular enum)
Default
null
Declared in
modules/nyra/browsers/default.nix

nyra.browsers.zen-twilight.enable Link copied!

Whether to enable Zen Twilight.

Type
boolean
Default
nyra.browsers.default == "zen-twilight"
Example
true
Declared in
modules/nyra/browsers/zen-twilight/default.nix

nyra.desktops.default Link copied!

Set a default DE or WM

Type
null or value "hyprland" (singular enum)
Default
null
Declared in
modules/nyra/desktops/default.nix

nyra.desktops.hyprland.enable Link copied!

Whether to enable Hyprland.

Type
boolean
Default
nyra.desktops.default == "hyprland"
Example
true
Declared in
modules/nyra/desktops/hyprland/default.nix

nyra.desktops.hyprland.monitors Link copied!

List of Hyprland monitors

Type
list of (attribute set)
Default
[ ]
Declared in
modules/nyra/desktops/hyprland/default.nix

nyra.desktops.hyprland.plugins.dynamic-cursors.enable Link copied!

Whether to enable dynamic-cursors plugin for Hyprland.

Type
boolean
Default
false
Example
true
Declared in
modules/nyra/desktops/hyprland/plugins/dynamic-cursors.nix

nyra.desktops.hyprland.plugins.dynamic-cursors.mode Link copied!

Which mode to use

Type
one of "rotate", "shake"
Default
"rotate"
Declared in
modules/nyra/desktops/hyprland/plugins/dynamic-cursors.nix

nyra.desktops.hyprland.shader Link copied!

Set a shader for Hyprland

Type
null or one of "less-saturation", "vibrant"
Default
null
Declared in
modules/nyra/desktops/hyprland/default.nix

nyra.editors.default Link copied!

Set a default editor

Type
null or one of "helix", "idea", "nvf", "zed"
Default
null
Declared in
modules/nyra/editors/default.nix

nyra.editors.helix.enable Link copied!

Whether to enable Helix.

Type
boolean
Default
nyra.editors.default == "helix"
Example
true
Declared in
modules/nyra/editors/helix/default.nix

nyra.editors.idea.enable Link copied!

Whether to enable Intellij IDEA.

Type
boolean
Default
nyra.editors.default == "idea"
Example
true
Declared in
modules/nyra/editors/idea.nix

nyra.editors.nvf.enable Link copied!

Whether to enable nvf.

Type
boolean
Default
nyra.editors.default == "nvf"
Example
true
Declared in
modules/nyra/editors/nvf/default.nix

nyra.editors.zed.enable Link copied!

Whether to enable Zed.

Type
boolean
Default
nyra.editors.default == "zed"
Example
true
Declared in
modules/nyra/editors/zed.nix

nyra.files.default Link copied!

Set a default file manager

Type
null or value "yazi" (singular enum)
Default
null
Declared in
modules/nyra/files/default.nix

nyra.files.yazi.enable Link copied!

Whether to enable Yazi.

Type
boolean
Default
nyra.files.default == "yazi"
Example
true
Declared in
modules/nyra/files/yazi/default.nix

nyra.gaming.azahar.enable Link copied!

Whether to enable Azahar Emulator.

Type
boolean
Default
false
Example
true
Declared in
modules/nyra/gaming/azahar.nix

nyra.gaming.heroic.enable Link copied!

Whether to enable Heroic Launcher.

Type
boolean
Default
false
Example
true
Declared in
modules/nyra/gaming/heroic.nix

nyra.gaming.lutris.enable Link copied!

Whether to enable Lutris.

Type
boolean
Default
false
Example
true
Declared in
modules/nyra/gaming/lutris.nix

nyra.gaming.minecraft.enable Link copied!

Whether to enable Minecraft.

Type
boolean
Default
false
Example
true
Declared in
modules/nyra/gaming/minecraft.nix

nyra.layers.noctalia-shell.enable Link copied!

Whether to enable Noctalia v4.

Type
boolean
Default
true
Example
true
Declared in
modules/nyra/layers/noctalia-shell/default.nix

nyra.layers.vicinae.enable Link copied!

Whether to enable Vicinae.

Type
boolean
Default
true
Example
true
Declared in
modules/nyra/layers/vicinae/default.nix

nyra.layers.wayle.enable Link copied!

Whether to enable Wayle.

Type
boolean
Default
false
Example
true
Declared in
modules/nyra/layers/wayle/default.nix

nyra.miscellaneous.btop.enable Link copied!

Whether to enable btop++.

Type
boolean
Default
false
Example
true
Declared in
modules/nyra/miscellaneous/btop.nix

nyra.miscellaneous.btop.gpu-name Link copied!

GPU name to display in btop++

Type
string
Default
""
Declared in
modules/nyra/miscellaneous/btop.nix

nyra.miscellaneous.fastfetch.enable Link copied!

Whether to enable Fastfetch.

Type
boolean
Default
false
Example
true
Declared in
modules/nyra/miscellaneous/fastfetch.nix

nyra.miscellaneous.hyprlock.enable Link copied!

Whether to enable Hyprlock.

Type
boolean
Default
nyra.desktops.hyprland.enable
Example
true
Declared in
modules/nyra/miscellaneous/hyprlock.nix

nyra.miscellaneous.java.enable Link copied!

Whether to enable Java.

Type
boolean
Default
false
Example
true
Declared in
modules/nyra/miscellaneous/java.nix

nyra.miscellaneous.java.package Link copied!

Which Java package to use

Type
package
Default
<derivation openjdk-25.0.4.1+1>
Declared in
modules/nyra/miscellaneous/java.nix

nyra.miscellaneous.zellij.enable Link copied!

Whether to enable Zellij.

Type
boolean
Default
false
Example
true
Declared in
modules/nyra/miscellaneous/zellij.nix

nyra.music.mpd.enable Link copied!

Whether to enable MPD.

Type
boolean
Default
false
Example
true
Declared in
modules/nyra/music/mpd.nix

nyra.music.playerctl.enable Link copied!

Whether to enable Playerctl.

Type
boolean
Default
nyra.music.mpd.enable || nyra.music.spicetify.enable
Example
true
Declared in
modules/nyra/music/playerctl.nix

nyra.music.rmpc.enable Link copied!

Whether to enable RMPC.

Type
boolean
Default
false
Example
true
Declared in
modules/nyra/music/rmpc.nix

nyra.music.spicetify.enable Link copied!

Whether to enable Spicetify.

Type
boolean
Default
false
Example
true
Declared in
modules/nyra/music/spicetify.nix

nyra.music.spotiflac.enable Link copied!

Whether to enable SpotiFLAC.

Type
boolean
Default
false
Example
true
Declared in
modules/nyra/music/spotiflac.nix

nyra.productivity.aseprite.enable Link copied!

Whether to enable Aseprite.

Type
boolean
Default
false
Example
true
Declared in
modules/nyra/productivity/aseprite.nix

nyra.productivity.blanket.enable Link copied!

Whether to enable Blanket.

Type
boolean
Default
false
Example
true
Declared in
modules/nyra/productivity/blanket.nix

nyra.productivity.gimp.enable Link copied!

Whether to enable GIMP.

Type
boolean
Default
false
Example
true
Declared in
modules/nyra/productivity/gimp.nix

nyra.productivity.packetTracer.enable Link copied!

Whether to enable Cisco Packet Tracer.

Type
boolean
Default
false
Example
true
Declared in
modules/nyra/productivity/packet-tracer.nix

nyra.services.hypridle.enable Link copied!

Whether to enable Hypridle.

Type
boolean
Default
nyra.desktops.hyprland.enable
Example
true
Declared in
modules/nyra/services/hypridle.nix

nyra.shells.commands.eza.enable Link copied!

Whether to enable eza.

Type
boolean
Default
true
Example
true
Declared in
modules/nyra/shells/commands/eza.nix

nyra.shells.commands.ripgrep.enable Link copied!

Whether to enable ripgrep.

Type
boolean
Default
true
Example
true
Declared in
modules/nyra/shells/commands/ripgrep.nix

nyra.shells.commands.zoxide.enable Link copied!

Whether to enable zoxide.

Type
boolean
Default
true
Example
true
Declared in
modules/nyra/shells/commands/zoxide.nix

nyra.shells.zsh.enable Link copied!

Whether to enable zsh.

Type
boolean
Default
host.shell == "zsh"
Example
true
Declared in
modules/nyra/shells/zsh.nix

nyra.socials.discord.enable Link copied!

Whether to enable Discord.

Type
boolean
Default
false
Example
true
Declared in
modules/nyra/socials/discord.nix

nyra.socials.telegram.enable Link copied!

Whether to enable Telegram Desktop.

Type
boolean
Default
false
Example
true
Declared in
modules/nyra/socials/telegram.nix

nyra.terminals.alacritty.enable Link copied!

Whether to enable Alacritty.

Type
boolean
Default
nyra.terminals.default == "alacritty"
Example
true
Declared in
modules/nyra/terminals/alacritty.nix

nyra.terminals.default Link copied!

Set a default terminal emulator

Type
null or one of "alacritty", "ghostty", "kitty"
Default
null
Declared in
modules/nyra/terminals/default.nix

nyra.terminals.ghostty.enable Link copied!

Whether to enable Ghostty.

Type
boolean
Default
nyra.terminals.default == "ghostty"
Example
true
Declared in
modules/nyra/terminals/ghostty.nix

nyra.terminals.kitty.enable Link copied!

Whether to enable Kitty.

Type
boolean
Default
nyra.terminals.default == "kitty"
Example
true
Declared in
modules/nyra/terminals/kitty.nix