diff options
author | Franck Cuny <franck@fcuny.net> | 2022-04-05 16:47:35 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-04-05 16:47:35 -0700 |
commit | 608deed2aaa88f88cb9230b9132294581b63bbab (patch) | |
tree | 702df49d0581bdfe2da66ccac315c9b262dca1de /users/fcuny/desktop/wm | |
parent | waybar: fix colors for the workspaces (diff) | |
download | world-608deed2aaa88f88cb9230b9132294581b63bbab.tar.gz |
sound: add a new module
This is the start of yet another refactoring of the configuration. Sound configuration is moving to a module, and we enable it as needed at the host level. It takes care of configuring pipewire and install the packages needed too. This module is applied to the laptop and the desktop.
Diffstat (limited to '')
-rw-r--r-- | users/fcuny/desktop/wm/default.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/users/fcuny/desktop/wm/default.nix b/users/fcuny/desktop/wm/default.nix index 4f39c14..24c7f8e 100644 --- a/users/fcuny/desktop/wm/default.nix +++ b/users/fcuny/desktop/wm/default.nix @@ -8,8 +8,7 @@ ./screenshot.nix ]; - home.packages = - [ pkgs.pavucontrol pkgs.wev pkgs.wf-recorder pkgs.wofi pkgs.wlogout ]; + home.packages = [ pkgs.wev pkgs.wf-recorder pkgs.wofi pkgs.wlogout ]; home.sessionVariables = { MOZ_ENABLE_WAYLAND = true; |