diff options
Diffstat (limited to 'common/services')
| -rw-r--r-- | common/services/default.nix | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/common/services/default.nix b/common/services/default.nix index d8a2a4d..bc1c9ec 100644 --- a/common/services/default.nix +++ b/common/services/default.nix @@ -1,6 +1,9 @@ { pkgs, ... }: let - services = [ "pipewire" ]; + services = [ + "pipewire" + "greetd" + ]; in builtins.listToAttrs ( map (n: { |