mirror of
https://github.com/tuxdotrs/nixos-config.git
synced 2025-07-06 17:56:35 +05:30
feat: replace sddm with ly
This commit is contained in:
@ -6,12 +6,7 @@
|
|||||||
services = {
|
services = {
|
||||||
displayManager = {
|
displayManager = {
|
||||||
defaultSession = "none+awesome";
|
defaultSession = "none+awesome";
|
||||||
sddm = {
|
ly.enable = true;
|
||||||
package = pkgs.libsForQt5.sddm;
|
|
||||||
extraPackages = with pkgs; [libsForQt5.qt5.qtgraphicaleffects];
|
|
||||||
enable = true;
|
|
||||||
theme = "sugar-dark";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
xserver = {
|
xserver = {
|
||||||
|
Reference in New Issue
Block a user