From c22275aa3773c4c6b40f15f55971bddbf0edc7ec Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Sat, 28 Jun 2025 21:14:22 -0700 Subject: Remove sddm @caladan --- hosts/common/optional/services/wayland.nix | 54 ------------------------------ 1 file changed, 54 deletions(-) (limited to 'hosts/common/optional/services/wayland.nix') diff --git a/hosts/common/optional/services/wayland.nix b/hosts/common/optional/services/wayland.nix index bd63199..23ae90b 100644 --- a/hosts/common/optional/services/wayland.nix +++ b/hosts/common/optional/services/wayland.nix @@ -50,19 +50,6 @@ package = pkgs.master.firefox; }; - #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; wrapperFeatures.gtk = true; @@ -71,57 +58,16 @@ waybar.enable = true; }; - #services.greetd = { - # enable = true; - # #settings = { - # # default_session = { - # # command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time --cmd sway"; - # # user = "greeter"; - # # }; - # #}; - #}; - security = { pam = { loginLimits = [ { domain = "@users"; item = "rtprio"; type = "-"; value = 1; } ]; - - services.login.googleAuthenticator.forwardPass = true; - }; - - polkit = { - enable = true; - extraConfig = '' - polkit.addRule(function(action, subject) { - if ( - subject.isInGroup("users") - && ( - action.id == "org.freedesktop.login1.reboot" || - action.id == "org.freedesktop.login1.reboot-multiple-sessions" || - action.id == "org.freedesktop.login1.power-off" || - action.id == "org.freedesktop.login1.power-off-multiple-sessions" - ) - ) - { - return polkit.Result.YES; - } - }) - ''; }; }; services = { blueman.enable = true; - - displayManager.sddm = { - enable = true; - wayland = { - compositor = "kwin"; - enable = true; - }; - }; - libinput.enable = true; printing.enable = true; }; -- cgit v1.2.3