fixup! WIP: Odin HASS -> smartir

This commit is contained in:
Filippo Berto 2025-03-02 21:46:30 +01:00
parent 0e68ef99f6
commit 17d7dd366d
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
2 changed files with 12 additions and 9 deletions

View file

@ -244,6 +244,17 @@
overrides = _self: super: {
google-chrome = super.google-chrome.override { commandLineArgs = [ "--password-store=gnome" "--force-dark-mode" ]; };
sddm-theme-clairvoyance = super.sddm-theme-clairvoyance.override { wallpaper = ./wallpapers/background.jpg; };
home-assistant-custom-components.smartir = super.home-assistant-custom-components.smartir.overrideAttrs
(_attr: rec {
version = "1.17.13";
src = super.fetchFromGitHub {
owner = "smartHomeHub";
repo = "SmartIR";
rev = version;
hash = "sha256-E6TM761cuaeQzlbjA+oZ2wt5HTJAfkF2J3i4P1Wbuic=";
};
});
};
};

View file

@ -255,15 +255,7 @@ in
configWritable = true;
extraPackages = ps: with ps; [ securetar ];
customComponents = [
(pkgs.home-assistant-custom-components.smartir.overrideAttrs (_attr: rec {
version = "1.17.13";
src = pkgs.fetchFromGitHub {
owner = "smartHomeHub";
repo = "SmartIR";
rev = version;
hash = "sha256-E6TM761cuaeQzlbjA+oZ2wt5HTJAfkF2J3i4P1Wbuic=";
};
}))
pkgs.home-assistant-custom-components.smartir
];
extraComponents = [
"default_config"