mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 04:13:55 -05:00
hyprland: set lightdm theme
This commit is contained in:
parent
ce48027b78
commit
a3257404ad
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue