add sddm for hyprland
This commit is contained in:
parent
f0a2a260e0
commit
25b66360ea
1 changed files with 2 additions and 10 deletions
|
@ -12,17 +12,9 @@ in
|
||||||
services.xserver = {
|
services.xserver = {
|
||||||
enable = true;
|
enable = true;
|
||||||
displayManager = {
|
displayManager = {
|
||||||
lightdm = {
|
sddm = {
|
||||||
enable = true;
|
enable = true;
|
||||||
background = ../../../config/background.png;
|
};
|
||||||
greeters.gtk = {
|
|
||||||
enable = true;
|
|
||||||
theme = {
|
|
||||||
name = "vimix-dark-ruby";
|
|
||||||
package = pkgs.vimix-gtk-themes;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
libinput = {
|
libinput = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue