mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-20 05:59:51 -07:00
feat: stop using workaround for hyprlock background
This commit is contained in:
parent
90ebd2e88b
commit
2de207aeff
3 changed files with 6 additions and 3 deletions
|
@ -46,7 +46,7 @@ in
|
|||
};
|
||||
screenlocker.useNvidiaCrashFix = lib.mkOption {
|
||||
type = lib.types.bool;
|
||||
default = osConfig.liminalOS.system.graphics.nvidia.enable;
|
||||
default = false;
|
||||
description = ''
|
||||
Whether to use a workaround for Hyprlock background blur not working on Nvidia-based machines. Before locking, a screenshot will be taken and placed at `/tmp/__hyprlock-monitor-screenshot.png`.
|
||||
'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue