Updated inputs and fixed cosmic greeter

This commit is contained in:
2025-03-28 16:05:57 +01:00
parent a9b50ca7f2
commit 5b64398bfb
2 changed files with 40 additions and 17 deletions

View File

@@ -1,4 +1,4 @@
{ lib, config, ... }:
{ lib, config, pkgs, ... }:
with lib;
@@ -7,5 +7,6 @@ let
in {
config = mkIf (cfg == "cosmic-greeter") {
services.displayManager.cosmic-greeter.enable = true;
services.displayManager.cosmic-greeter.package = pkgs.unstable.cosmic-greeter;
};
}