fix
This commit is contained in:
parent
25b66360ea
commit
873027fd40
|
@ -12,8 +12,16 @@ in
|
|||
services.xserver = {
|
||||
enable = true;
|
||||
displayManager = {
|
||||
sddm = {
|
||||
lightdm = {
|
||||
enable = true;
|
||||
background = ../../../config/background.png;
|
||||
greeters.gtk = {
|
||||
enable = true;
|
||||
theme = {
|
||||
name = "vimix-dark-ruby";
|
||||
package = pkgs.vimix-gtk-themes;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
libinput = {
|
||||
|
|
Loading…
Reference in a new issue