re-enable audio...
This commit is contained in:
parent
4490ca84bd
commit
6de1355091
4 changed files with 5 additions and 2 deletions
|
@ -5,6 +5,7 @@
|
||||||
modules = {
|
modules = {
|
||||||
themes.active = "everforest";
|
themes.active = "everforest";
|
||||||
|
|
||||||
|
system.audio = true;
|
||||||
networking.enable = true;
|
networking.enable = true;
|
||||||
|
|
||||||
desktop = {
|
desktop = {
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
modules = {
|
modules = {
|
||||||
themes.active = "everforest";
|
themes.active = "everforest";
|
||||||
|
|
||||||
|
system.audio.enable = true;
|
||||||
networking.enable = true;
|
networking.enable = true;
|
||||||
|
|
||||||
develop = {
|
develop = {
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
modules = {
|
modules = {
|
||||||
themes.active = "everforest";
|
themes.active = "everforest";
|
||||||
|
|
||||||
|
system.audio = true;
|
||||||
networking.enable = true;
|
networking.enable = true;
|
||||||
|
|
||||||
desktop = {
|
desktop = {
|
||||||
|
|
|
@ -3,10 +3,10 @@ let
|
||||||
inherit (lib.attrsets) attrValues;
|
inherit (lib.attrsets) attrValues;
|
||||||
inherit (lib.modules) mkIf;
|
inherit (lib.modules) mkIf;
|
||||||
|
|
||||||
cfg = config.modules.hardware.pipewire;
|
cfg = config.modules.system.audio;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
options.modules.hardware.pipewire = let
|
options.modules.system.audio = let
|
||||||
inherit (lib.options) mkEnableOption;
|
inherit (lib.options) mkEnableOption;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue