fixup! WIP: Odin HASS -> smartir
This commit is contained in:
parent
0e68ef99f6
commit
17d7dd366d
2 changed files with 12 additions and 9 deletions
11
flake.nix
11
flake.nix
|
|
@ -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=";
|
||||
};
|
||||
});
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue