diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2024-09-25 17:27:37 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2024-09-25 17:27:37 +0200 |
| commit | 066e6a954bda943ac77dc697199a2cfe5f4c6694 (patch) | |
| tree | dafea4098dd6fd3db1ae25d7e95b7c2a9d61fbcf /common/services | |
| parent | 70907774c1ce24446e09deb9858bcaca5c5b7463 (diff) | |
| parent | 8f02589b784f2130ec248fbcfdb24039cd728503 (diff) | |
Merge branch 'master' of https://git.nathanreiner.xyz/nix/system
Diffstat (limited to 'common/services')
| -rw-r--r-- | common/services/default.nix | 2 |
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 ( |