summaryrefslogtreecommitdiff
path: root/common/services
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2024-09-21 08:52:39 +0200
committerNathan Reiner <nathan@nathanreiner.xyz>2024-09-21 08:52:39 +0200
commit914af98449e074bf44ee8e310679ea44d1ca8f4b (patch)
treefe47511d24f0fe93b063edbd7c11d65ed478a7ac /common/services
parente49a1a704d7e82bb2a19376a87d624490ee72c17 (diff)
update inputs
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: {