From e1e35f927f3fd48498b536e12f89e8d9530d3269 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Sat, 28 Jun 2025 18:40:41 -0700 Subject: Switch to sddm from greetd --- hosts/common/optional/services/wayland.nix | 48 +++++++++++++++++------------- 1 file changed, 27 insertions(+), 21 deletions(-) diff --git a/hosts/common/optional/services/wayland.nix b/hosts/common/optional/services/wayland.nix index 218857a..0f79412 100644 --- a/hosts/common/optional/services/wayland.nix +++ b/hosts/common/optional/services/wayland.nix @@ -50,18 +50,18 @@ package = pkgs.master.firefox; }; - regreet= { - enable = true; - settings = { - GTK = lib.mkForce { - application_prefer_dark_theme = true; - cursor_theme_name = "catppuccin-mocha-blue-cursors"; - font_name = "Work Sans 16"; - icon_theme_name = "Papirus-Dark"; - theme_name = "catppuccin-mocha-blue-standard"; - }; - }; - }; + #regreet= { + # enable = true; + # settings = { + # GTK = { + # application_prefer_dark_theme = true; + # cursor_theme_name = "catppuccin-mocha-blue-cursors"; + # font_name = "Work Sans 16"; + # icon_theme_name = "Papirus-Dark"; + # theme_name = "catppuccin-mocha-blue-standard"; + # }; + # }; + #}; sway = { enable = true; @@ -71,15 +71,15 @@ waybar.enable = true; }; - services.greetd = { - enable = true; - #settings = { - # default_session = { - # command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time --cmd sway"; - # user = "greeter"; - # }; - #}; - }; + #services.greetd = { + # enable = true; + # #settings = { + # # default_session = { + # # command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time --cmd sway"; + # # user = "greeter"; + # # }; + # #}; + #}; security = { pam.loginLimits = [ @@ -109,6 +109,12 @@ services = { blueman.enable = true; + + displayManager.sddm = { + enable = true; + wayland.enable = true; + }; + libinput.enable = true; printing.enable = true; }; -- cgit v1.2.3