diff --git a/oscar/configuration.nix b/oscar/configuration.nix index b72ebfc..c690607 100644 --- a/oscar/configuration.nix +++ b/oscar/configuration.nix @@ -124,8 +124,8 @@ home-manager.users.chandler = { pkgs, ... }: { nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ + "factorio-alpha" "discord" - "factorio-space-age" ]; home.packages = with pkgs; [ @@ -145,6 +145,7 @@ qgis # command line applications + beets iperf units @@ -164,7 +165,7 @@ # Unfree: discord - factorio-space-age + factorio ]; programs.thunderbird.enable = true; @@ -217,7 +218,6 @@ "*~" "\\#*\\#" "venv" - ".direnv" ]; hooks = { pre-commit = ./git-pre-commit-hook; @@ -251,21 +251,6 @@ # }; }; - programs.beets = { - enable = true; - settings = { - directory = "~/nas/chandler/public/media/music"; - library = "~/nas/chandler/public/media/music/beets.db"; - plugins = [ - "fetchart" - # "lyrics" - # "subsonicupdate" # TODO - "mbsubmit" - "edit" - ]; - }; - }; - programs.chromium = { enable = true; extensions = [