Home Gen398 @ 2024-10-30-13:41
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user