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