From 090928d36a89dcd28db7034927974ff235e5885f Mon Sep 17 00:00:00 2001
From: Aaron Honeycutt <aaronhoneycutt@protonmail.com>
Date: Fri, 23 Feb 2024 18:34:10 +0000
Subject: [PATCH] cosmic: add back cosmic-greeter as it is needed to lock the
 screen and sign out.

---
 COSMIC/cosmic.nix | 1 +
 1 file changed, 1 insertion(+)

diff --git a/COSMIC/cosmic.nix b/COSMIC/cosmic.nix
index ce11480..5fd9de1 100644
--- a/COSMIC/cosmic.nix
+++ b/COSMIC/cosmic.nix
@@ -12,5 +12,6 @@
   environment.systemPackages = (with pkgs; [
      rustc
      cargo
+     cosmic-greeter
   ]);
 }