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 = {
|
||||
displayManager = {
|
||||
defaultSession = "none+awesome";
|
||||
sddm = {
|
||||
package = pkgs.libsForQt5.sddm;
|
||||
extraPackages = with pkgs; [libsForQt5.qt5.qtgraphicaleffects];
|
||||
enable = true;
|
||||
theme = "sugar-dark";
|
||||
};
|
||||
ly.enable = true;
|
||||
};
|
||||
|
||||
xserver = {
|
||||
|
Reference in New Issue
Block a user