| services.pulseeffects.enable | Whether to enable Pulseeffects daemon
Note, it is necessary to add
programs.dconf.enable = true;
to your system configuration for the daemon to work correctly.
|
| launchd.agents.<name>.config.HardResourceLimits.Stack | The maximum size (in bytes) of the stack segment for a process; this defines how far a program's
stack segment may be extended
|
| launchd.agents.<name>.config.SoftResourceLimits.Stack | The maximum size (in bytes) of the stack segment for a process; this defines how far a program's
stack segment may be extended
|
| xdg.portal.xdgOpenUsePortal | Sets environment variable NIXOS_XDG_OPEN_USE_PORTAL to 1
This will make xdg-open use the portal to open programs, which resolves bugs involving
programs opening inside FHS envs or with unexpected env vars set from wrappers
|
| xdg.mime.enable | Whether to install programs and files to support the
XDG Shared MIME-info specification and XDG MIME Applications
specification at
https://specifications.freedesktop.org/shared-mime-info-spec/shared-mime-info-spec-latest.html
and
https://specifications.freedesktop.org/mime-apps-spec/mime-apps-spec-latest.html,
respectively.
|
| xdg.autostart.readOnly | Make XDG_CONFIG_HOME/autostart a symlink to a readonly directory so that
programs cannot install arbitrary autostart services.
|
| xdg.desktopEntries | Desktop Entries allow applications to be shown in your desktop environment's app launcher
|
| home.preferXdgDirectories | Whether to make programs use XDG directories whenever supported.
|
| targets.genericLinux.nixGL.vulkan.enable | Whether to enable Vulkan in nixGL wrappers
|
| xsession.windowManager.bspwm.startupPrograms | Programs to be executed during startup.
|
| targets.genericLinux.nixGL.installScripts | For each wrapper wrp named in the provided list, a wrapper script
named nixGLWrp is installed into the environment
|
| targets.genericLinux.nixGL.offloadWrapper | The package wrapper function available for use as
(config.lib.nixGL.wrapOffload <package>)
|
| targets.genericLinux.nixGL.defaultWrapper | The package wrapper function available for use as (config.lib.nixGL.wrap <package>)
|
| accounts.email.accounts.<name>.lieer.settings.file_extension | Extension to include in local file names, which can be useful
for indexing with third-party programs.
|