diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/by-name/so/sound/module.nix | 3 | ||||
| -rw-r--r-- | modules/common/default.nix | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/by-name/so/sound/module.nix b/modules/by-name/so/sound/module.nix index 404de050..06df63e5 100644 --- a/modules/by-name/so/sound/module.nix +++ b/modules/by-name/so/sound/module.nix @@ -9,13 +9,14 @@ # If not, see <https://www.gnu.org/licenses/gpl-3.0.txt>. { config, + libraries, lib, ... }: let cfg = config.soispha.sound; in { options.soispha.sound = { - enable = lib.mkEnableOption "sound based on pipewire"; + enable = libraries.base.options.mkEnable "sound based on pipewire"; }; config = lib.mkIf cfg.enable { diff --git a/modules/common/default.nix b/modules/common/default.nix index 11bdb4c2..facb5c3b 100644 --- a/modules/common/default.nix +++ b/modules/common/default.nix @@ -293,7 +293,6 @@ zsh.enable = true; }; - sound.enable = true; version.enable = true; }; } |
