From 2e067137ada1610f1a5ec205bd42458669233970 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 7 Apr 2022 10:51:33 -0700 Subject: home: misc fixes --- home/flac/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home/flac') diff --git a/home/flac/default.nix b/home/flac/default.nix index a97149f..eaf3856 100644 --- a/home/flac/default.nix +++ b/home/flac/default.nix @@ -1,7 +1,7 @@ { config, lib, pkgs, ... }: let cfg = config.my.home.flac; in { - options.my.home.flac = with lib.my; { + options.my.home.flac = with lib; { enable = mkEnableOption "flac configuration"; }; -- cgit 1.4.1