mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 17:31:34 +01:00
Set hyplock background to desktop screenshot
This commit is contained in:
parent
c1bdfe1621
commit
9e97a6379f
1 changed files with 7 additions and 0 deletions
|
|
@ -24,6 +24,13 @@ in {
|
|||
|
||||
programs.hyprlock = {
|
||||
enable = true;
|
||||
backgrounds = [
|
||||
{
|
||||
path = "screenshot";
|
||||
blur_passes = 1;
|
||||
blur_size = 6;
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
services.hypridle = let
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue