Fix adding ly at the wrong spot

This commit is contained in:
2025-11-27 14:21:03 +01:00
parent ce404f7be1
commit 4392aa4c8c
2 changed files with 3 additions and 2 deletions
-2
View File
@@ -1,7 +1,5 @@
{ pkgs, ... }: { pkgs, ... }:
{ {
services.displayManager.ly.enable = true;
programs.waybar.enable = true; programs.waybar.enable = true;
wayland.windowManager.hyprland = wayland.windowManager.hyprland =
+3
View File
@@ -73,6 +73,9 @@
LC_TIME = "de_DE.UTF-8"; LC_TIME = "de_DE.UTF-8";
}; };
# Enable ly display manager
services.displayManager.ly.enable = true;
# Enable CUPS to print documents. # Enable CUPS to print documents.
services.printing.enable = true; services.printing.enable = true;