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