move configs to nix

This commit is contained in:
Benjamin Palko 2024-07-20 13:21:47 -04:00
parent f1061c3c8c
commit 62ed20d1f5
6 changed files with 84 additions and 107 deletions

View 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;
};
};
};
}