From da9ffbd320cb76b9e2be07575924520e917c2eb3 Mon Sep 17 00:00:00 2001 From: NullBite Date: Thu, 8 Feb 2024 18:25:31 +0100 Subject: [PATCH] small fixes --- modules/home-manager/default.nix | 1 + system/hardware/sound.nix | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/home-manager/default.nix b/modules/home-manager/default.nix index 0967ef4..da2b766 100644 --- a/modules/home-manager/default.nix +++ b/modules/home-manager/default.nix @@ -1 +1,2 @@ +_: {} diff --git a/system/hardware/sound.nix b/system/hardware/sound.nix index ab264bd..1e8b92f 100644 --- a/system/hardware/sound.nix +++ b/system/hardware/sound.nix @@ -1,7 +1,7 @@ { config, lib, pkgs, ...}: let cfg = config.nixfiles.hardware.sound; - inherit (lib) mkEnableOption mkIf mkDefault; + inherit (lib) optionals mkEnableOption mkIf mkDefault; in { # Enable sound.