Fix adding ly at the wrong spot
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
services.displayManager.ly.enable = true;
|
||||
|
||||
programs.waybar.enable = true;
|
||||
|
||||
wayland.windowManager.hyprland =
|
||||
|
||||
@@ -73,6 +73,9 @@
|
||||
LC_TIME = "de_DE.UTF-8";
|
||||
};
|
||||
|
||||
# Enable ly display manager
|
||||
services.displayManager.ly.enable = true;
|
||||
|
||||
# Enable CUPS to print documents.
|
||||
services.printing.enable = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user