From aec7d608df6ede0712057920924f47e6a8819844 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Madeleine=20Sydney=20=C5=9Alaga?= Date: Sat, 20 Sep 2025 13:19:01 -0600 Subject: [PATCH] refactor(fruitbook): use sddm module --- hosts/fruitbook/configuration.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/hosts/fruitbook/configuration.nix b/hosts/fruitbook/configuration.nix index e4287ed..e31bad0 100644 --- a/hosts/fruitbook/configuration.nix +++ b/hosts/fruitbook/configuration.nix @@ -13,6 +13,7 @@ niri.enable = true; steam.enable = true; bluetooth.enable = true; + sddm.enable = true; users.users = [ "crumb" "msyds" @@ -38,12 +39,6 @@ }; }; - services.displayManager.sddm = { - enable = true; - wayland.enable = true; - autoNumlock = true; - }; - services.libinput = { enable = true; # Disable mouse acceleration.