Home Gen398 @ 2024-10-30-13:41
This commit is contained in:
parent
2df63f8e1c
commit
3cac1a2517
@ -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 = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user