From 43da9edb4598eef509c481ae0b305384418c45de Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 5 May 2023 19:41:58 -0700 Subject: home/profiles: move (almost) all modules to profiles This is a major refactor, similar to what was done for the hosts, but in a single commit. --- home/flac/default.nix | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 home/flac/default.nix (limited to 'home/flac/default.nix') diff --git a/home/flac/default.nix b/home/flac/default.nix deleted file mode 100644 index 42500af..0000000 --- a/home/flac/default.nix +++ /dev/null @@ -1,18 +0,0 @@ -{ config, lib, pkgs, ... }: -let cfg = config.my.home.flac; -in -{ - options.my.home.flac = with lib; { - enable = mkEnableOption "flac configuration"; - }; - - config.home.packages = with pkgs; - lib.mkIf cfg.enable ([ - flac - abcde - (pkgs.writers.writeDashBin "rip-flac" '' - cd ~/import - ${pkgs.abcde}/bin/abcde -Vx -G -a "cddb,read,encode,tag,move,clean" -o flac - '') - ]); -} -- cgit 1.4.1