From 6b55c0516c5302f6e65bb2425ee43fd5896bdd3d Mon Sep 17 00:00:00 2001 From: sstent Date: Wed, 22 Feb 2023 10:50:17 -0500 Subject: [PATCH] sync --- modules/home-manager/nicotine.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/modules/home-manager/nicotine.nix b/modules/home-manager/nicotine.nix index 817e8e3..fedf49f 100644 --- a/modules/home-manager/nicotine.nix +++ b/modules/home-manager/nicotine.nix @@ -3,11 +3,11 @@ { options.mymods.nicotine.enable = lib.mkEnableOption "Enable Nicotine"; - config.home-manager = lib.mkIf config.mymods.nicotine.enable { + # config.home-manager = lib.mkIf config.mymods.nicotine.enable { - home.packages = with pkgs; [ - nicotine-plus - ]; - xdg.configFile."nicotine/config.old".source = ./configs/nicotine; - }; + # home.packages = with pkgs; [ + # nicotine-plus + # ]; + # xdg.configFile."nicotine/config.old".source = ./configs/nicotine; + # }; } \ No newline at end of file