cosmic: add back cosmic-greeter as it is needed to lock the screen and sign out.

This commit is contained in:
Aaron Honeycutt 2024-02-23 18:34:10 +00:00
parent 7de7116145
commit 090928d36a

View file

@ -12,5 +12,6 @@
environment.systemPackages = (with pkgs; [
rustc
cargo
cosmic-greeter
]);
}