about summary refs log tree commit diff
path: root/modules/desktop/default.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-02-08 16:38:19 -0800
committerFranck Cuny <franck@fcuny.net>2022-02-08 16:38:19 -0800
commitbbbdb2c9ea9c6309d6382c00c7d6207355b6694a (patch)
tree8996c38bfbd3756dd0ba0d2f627997167814577c /modules/desktop/default.nix
parentsystems: fix typo (diff)
downloadworld-bbbdb2c9ea9c6309d6382c00c7d6207355b6694a.tar.gz
desktop: add sound
Let's use pipewire.
Diffstat (limited to 'modules/desktop/default.nix')
-rw-r--r--modules/desktop/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/desktop/default.nix b/modules/desktop/default.nix
index c626586..5cd6fbd 100644
--- a/modules/desktop/default.nix
+++ b/modules/desktop/default.nix
@@ -3,5 +3,6 @@
   imports = [
     ./xserver.nix
     ./fonts.nix
+    ./sound.nix
   ];
 }