summaryrefslogtreecommitdiff
path: root/common/services
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2024-09-21 12:56:30 +0200
committerNathan Reiner <nathan@nathanreiner.xyz>2024-09-21 12:56:30 +0200
commitc77b57313c0f4b085d27d326abb89e68b57adbe9 (patch)
tree35fbf53cfcac1a1bb0b7b3f85e6fc80ae83072ed /common/services
parent914af98449e074bf44ee8e310679ea44d1ca8f4b (diff)
update webtray
Diffstat (limited to 'common/services')
-rw-r--r--common/services/default.nix5
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: {