fixup! WIP: Odin HASS -> smartir
This commit is contained in:
parent
17d7dd366d
commit
64547cf2c2
1 changed files with 1 additions and 2 deletions
|
|
@ -244,7 +244,6 @@
|
||||||
overrides = _self: super: {
|
overrides = _self: super: {
|
||||||
google-chrome = super.google-chrome.override { commandLineArgs = [ "--password-store=gnome" "--force-dark-mode" ]; };
|
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; };
|
sddm-theme-clairvoyance = super.sddm-theme-clairvoyance.override { wallpaper = ./wallpapers/background.jpg; };
|
||||||
|
|
||||||
home-assistant-custom-components.smartir = super.home-assistant-custom-components.smartir.overrideAttrs
|
home-assistant-custom-components.smartir = super.home-assistant-custom-components.smartir.overrideAttrs
|
||||||
(_attr: rec {
|
(_attr: rec {
|
||||||
version = "1.17.13";
|
version = "1.17.13";
|
||||||
|
|
@ -252,7 +251,7 @@
|
||||||
owner = "smartHomeHub";
|
owner = "smartHomeHub";
|
||||||
repo = "SmartIR";
|
repo = "SmartIR";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-E6TM761cuaeQzlbjA+oZ2wt5HTJAfkF2J3i4P1Wbuic=";
|
hash = "sha256-fOd2MTBi0q+lBl6JYV1yGp9A42+BOD6/2SxYSBKy8fE";
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue