move configs to nix
This commit is contained in:
parent
f1061c3c8c
commit
62ed20d1f5
6 changed files with 84 additions and 107 deletions
17
home-manager/hyprland/hyprlock.nix
Normal file
17
home-manager/hyprland/hyprlock.nix
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{ ... }:
|
||||
{
|
||||
programs.hyprlock = {
|
||||
enable = true;
|
||||
settings = {
|
||||
background = {
|
||||
blur_passes = 4;
|
||||
blur_size = 2;
|
||||
noise = 1.17e-2;
|
||||
contrast = 0.8916;
|
||||
brightness = 0.8172;
|
||||
vibrancy = 0.1696;
|
||||
vibrancy_darkness = 0.0;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue