diff options
author | Ethel Morgan <eth@ethulhu.co.uk> | 2020-06-24 16:01:35 +0100 |
---|---|---|
committer | Ethel Morgan <eth@ethulhu.co.uk> | 2020-06-24 16:02:01 +0100 |
commit | 51170db7ce1b6560fda24c4f949ec9ed9b4b97cb (patch) | |
tree | 45f0929f2515459182f65ff4d681efded8bb03f9 /nixos/modules/module-list.nix | |
parent | cd73eb2b63d1049f7ddfb28fc45e2a4595f34d38 (diff) |
add services.ambience, to add ambient sounds to snapserver
Diffstat (limited to 'nixos/modules/module-list.nix')
-rw-r--r-- | nixos/modules/module-list.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/module-list.nix b/nixos/modules/module-list.nix index dddb83d..e8e5f7f 100644 --- a/nixos/modules/module-list.nix +++ b/nixos/modules/module-list.nix @@ -4,6 +4,7 @@ ./hardware/yubikey.nix ./overlays.nix ./programs/dwm.nix + ./services/ambience.nix ./services/catbus-actuator-wakeonlan.nix ./services/catbus-bridge-snapcast.nix ./services/catbus-observer-networkpresence.nix |