diff --git a/modules/linux/hyprland.nix b/modules/linux/hyprland.nix index 05c14ca..085205f 100644 --- a/modules/linux/hyprland.nix +++ b/modules/linux/hyprland.nix @@ -5,20 +5,19 @@ in with lib; { # Turn on GDM for login services.xserver = { enable = true; - autorun = true; - displayManager = { - sddm = { - enable = true; - settings = { - Wayland = { CompositorCommand = "kwin_wayland --no-lockscreen"; }; - }; - theme = "sugar-dark"; - }; - defaultSession = "hyprland"; - }; + autorun = false; # Enable plasma for the applications desktopManager.plasma5.enable = true; }; + # Greetd for login + programs.regreet = { + enable = true; + settings = { GTK = { font_name = "Roboto 16"; }; }; + }; + services.greetd = { + enable = true; + settings = { default_session.command = "cage -s -- regreet"; }; + }; # Setup drivers hardware.opengl = { # Enable vulkan @@ -28,6 +27,10 @@ in with lib; { }; # Basic packages that are effectively required for a graphical system environment.systemPackages = with pkgs; [ + # Greeter packages + cage + config.programs.regreet.package + gnome.adwaita-icon-theme # GTK Theming gtk-engine-murrine gtk_engines