ly instead of lightdm coz laptop no like lightdm

This commit is contained in:
mrfluffy-dev
2025-06-17 23:34:24 +01:00
parent 040bc459a4
commit 9d0cacfb4b
2 changed files with 32 additions and 25 deletions

View File

@@ -68,17 +68,29 @@ in
variant = "";
};
enable = true;
displayManager.lightdm = {
enable = true;
greeters.gtk = {
enable = true;
theme.package = pkgs.amarena-theme;
theme.name = "amarena";
cursorTheme.package = oreo.override { colors = [ "oreo_spark_pink_cursors" ]; };
cursorTheme.name = "oreo_spark_pink_cursors";
extraConfig = "background=${./assets/Wallpapers/138.png}";
};
};
#displayManager.lightdm = {
# enable = true;
# greeters.gtk = {
# enable = true;
# theme.package = pkgs.amarena-theme;
# theme.name = "amarena";
# cursorTheme.package = oreo.override { colors = [ "oreo_spark_pink_cursors" ]; };
# cursorTheme.name = "oreo_spark_pink_cursors";
# extraConfig = "background=${./assets/Wallpapers/138.png}";
# };
#};
};
services.displayManager.ly = {
enable = true;
#greeters.gtk = {
# enable = true;
# theme.package = pkgs.amarena-theme;
# theme.name = "amarena";
# cursorTheme.package = oreo.override { colors = [ "oreo_spark_pink_cursors" ]; };
# cursorTheme.name = "oreo_spark_pink_cursors";
# extraConfig = "background=${./assets/Wallpapers/138.png}";
#};
};
security.rtkit.enable = true;