summaryrefslogtreecommitdiff
path: root/common/services
diff options
context:
space:
mode:
Diffstat (limited to 'common/services')
-rw-r--r--common/services/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/services/default.nix b/common/services/default.nix
index 2b1b73a..bc1c9ec 100644
--- a/common/services/default.nix
+++ b/common/services/default.nix
@@ -1,8 +1,8 @@
{ pkgs, ... }:
let
services = [
- "greetd"
"pipewire"
+ "greetd"
];
in
builtins.listToAttrs (