From af5889096bd66085c992a9ae36cf28e57d5fe14d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Madeleine=20Sydney=20=C5=9Alaga?= Date: Mon, 19 Jan 2026 14:37:08 -0700 Subject: [PATCH] feat(fruitbook): enable dms --- hosts/fruitbook/configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/fruitbook/configuration.nix b/hosts/fruitbook/configuration.nix index 1eb5f4b..4570715 100644 --- a/hosts/fruitbook/configuration.nix +++ b/hosts/fruitbook/configuration.nix @@ -13,9 +13,10 @@ niri.enable = true; steam.enable = true; bluetooth.enable = true; - gdm.enable = true; + # gdm.enable = true; openssh.enable = true; sydpkgs.overlay.enable = true; + dank-material-shell.enable = true; users.users = [ "crumb"