From a3257404ad6ac377d293e6f85907e7325435a73a Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Sun, 24 Mar 2024 19:34:30 -0400 Subject: [PATCH] hyprland: set lightdm theme --- modules/hyprland.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/modules/hyprland.nix b/modules/hyprland.nix index ee08b084..2319b9cc 100644 --- a/modules/hyprland.nix +++ b/modules/hyprland.nix @@ -9,7 +9,13 @@ enable = true; greeters.slick = { enable = true; - extraConfig = ''enable-hidpi=on''; + extraConfig = '' + theme-name=breeze-gtk + icon-theme=breeze + font-name="NotoSansM Nerd Font Mono" + background=#000000 + enable-hidpi=on + ''; }; }; programs.hyprland.enable = true;