diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-02-08 16:38:19 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-02-08 16:38:19 -0800 |
| commit | bbbdb2c9ea9c6309d6382c00c7d6207355b6694a (patch) | |
| tree | 8996c38bfbd3756dd0ba0d2f627997167814577c /modules/desktop/default.nix | |
| parent | systems: fix typo (diff) | |
| download | infra-bbbdb2c9ea9c6309d6382c00c7d6207355b6694a.tar.gz | |
desktop: add sound
Let's use pipewire.
Diffstat (limited to 'modules/desktop/default.nix')
| -rw-r--r-- | modules/desktop/default.nix | 1 |
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 ]; } |
