fli/eza.nix: init
This commit is contained in:
parent
e4f89f8619
commit
204d97da9d
5 changed files with 93 additions and 4 deletions
|
@ -3,10 +3,10 @@
|
|||
lib,
|
||||
...
|
||||
}: let
|
||||
inherit (config.modules.system.hardware.sound) pipewire;
|
||||
cfg = config.modules.system.hardware.sound.pipewire;
|
||||
inherit (lib) mkIf;
|
||||
in {
|
||||
config = mkIf pipewire.enable {
|
||||
config = mkIf cfg.enable {
|
||||
services.pipewire = {
|
||||
enable = true;
|
||||
audio.enable = true;
|
Loading…
Add table
Add a link
Reference in a new issue