diff --git a/packages/homeassistant/ha-bedjet/default.nix b/packages/homeassistant/ha-bedjet/default.nix new file mode 100644 index 0000000..aa66347 --- /dev/null +++ b/packages/homeassistant/ha-bedjet/default.nix @@ -0,0 +1,30 @@ +{ + buildHomeAssistantComponent, + python3Packages, + fetchFromGitHub, + lib, + ... +}: +buildHomeAssistantComponent rec { + owner = "natekspencer"; + domain = "bedjet"; + version = "1.2.0"; + + src = fetchFromGitHub { + owner = owner; + repo = "ha-bedjet"; + rev = version; + hash = lib.fakeHash; + }; + + propagatedBuildInputs = with python3Packages; [ + beautifulsoup4 + ]; + + meta = { + changelog = "https://github.com/natekspencer/ha-bedjet/releases/tag/${version}"; + description = "This project provides various entities to allow control of a BedJet device."; + homepage = "https://github.com/natekspencer/ha-bedjet"; + maintainers = [ ]; + }; +} diff --git a/systems/aarch64-darwin/macbook-pro/default.nix b/systems/aarch64-darwin/macbook-pro/default.nix index d24b341..de26c0d 100755 --- a/systems/aarch64-darwin/macbook-pro/default.nix +++ b/systems/aarch64-darwin/macbook-pro/default.nix @@ -14,7 +14,7 @@ # $ nix-env -qaP | grep wget environment = { variables = { - NH_OS_FLAKE = "~/nix-config"; + NH_OS_FLAKE = "nix-config"; }; systemPackages = with pkgs; [ asitop diff --git a/systems/aarch64-darwin/macbook-pro/homebrew.nix b/systems/aarch64-darwin/macbook-pro/homebrew.nix index 112aa6c..2cede8c 100644 --- a/systems/aarch64-darwin/macbook-pro/homebrew.nix +++ b/systems/aarch64-darwin/macbook-pro/homebrew.nix @@ -33,6 +33,7 @@ "epic-games" "gstreamer-runtime" "iterm2" + "jagex" "kitty" "minecraft" "omnissa-horizon-client"