From 09e30b9e8059e3e82465ee5cbaa8a2cbd246b0b9 Mon Sep 17 00:00:00 2001 From: KoenDR06 Date: Wed, 11 Jun 2025 11:29:49 +0200 Subject: [PATCH] add cosmic modules, probably won't switch to it --- machines/terra/modules.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/machines/terra/modules.nix b/machines/terra/modules.nix index 1c68db9..e517108 100644 --- a/machines/terra/modules.nix +++ b/machines/terra/modules.nix @@ -20,12 +20,12 @@ boot = { loader.systemd.enable = true; - greeter.cosmic.enable = true; + greeter.sddm.enable = true; refind.enable = true; }; wm = { - cosmic.enable = true; + hyprland.enable = true; }; hardware = {