Home Gen398 @ 2024-10-30-13:41

This commit is contained in:
Jonas Röger 2024-10-30 13:41:54 +01:00
parent 2df63f8e1c
commit 3cac1a2517

View File

@ -4,7 +4,9 @@
lib,
...
}: {
programs.hyprlock.settings = lib.mkIf config.wayland.windowManager.hyprland.enable {
programs.hyprlock = lib.mkIf config.wayland.windowManager.hyprland.enable {
enable = true;
settings = {
background = [
{
path = "screenshot";
@ -28,6 +30,7 @@
}
];
};
};
wayland.windowManager.hyprland = lib.mkIf config.wayland.windowManager.hyprland.enable {
settings = {