fixed hyprlock and updated stablepkgs to 24.11

for some reason im having issues with startup, where i have to switch
TTY and then wait ages for waybar to show up. on the first tty i dont
have keybinds to start programs, but on the second tty i dont have my
wallpaper set properly
This commit is contained in:
Gabriella Bere 2024-12-20 17:57:37 +00:00
parent c079f07485
commit b5da18c992
3 changed files with 10 additions and 10 deletions

View file

@ -1,4 +1,4 @@
{pkgs, ... }: {
{pkgs, lib, ... }: {
programs.hyprlock = {
enable = true;
settings = {
@ -9,7 +9,7 @@
no_fade_in = false;
};
background = [
background = lib.mkForce [
{
path = "screenshot";
blur_passes = 3;
@ -17,7 +17,7 @@
}
];
input-field = [
input-field = lib.mkForce [
{
size = "200, 50";
position = "0, -80";