alpha
Login
or
Join now
seanaye.bsky.social
/
nixos-config
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
me like nix
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
remote turn on heat in morning
author
Sean Aye
date
2 months ago
(Apr 14, 2026, 11:07 AM -0400)
commit
e5027ac5
e5027ac58cdd2927e24376131781b97bfaf91151
parent
142bfc44
142bfc444a05298c87892a74c67e5e1db83c12ef
change-id
ztmuslvx
ztmuslvxzsuvpnmqtozwytozzwwymmym
+1
-22
2 changed files
Expand all
Collapse all
Unified
Split
modules
apps.nix
home-automation.nix
+1
modules/apps.nix
Reviewed
···
95
95
enabledPlugins = {
96
96
"rust-analyzer-lsp@claude-plugins-official" = true;
97
97
"typescript-lsp@claude-plugins-official" = true;
98
98
+
"caveman@caveman" = true;
98
99
};
99
100
hooks = {
100
101
Notification = [
-22
modules/home-automation.nix
Reviewed
···
182
182
mode = "single";
183
183
}
184
184
{
185
185
-
id = "1766200000001";
186
186
-
alias = "Raise heat in morning";
187
187
-
trigger = [
188
188
-
{
189
189
-
platform = "time";
190
190
-
at = "07:00:00";
191
191
-
}
192
192
-
];
193
193
-
condition = [ ];
194
194
-
action = [
195
195
-
{
196
196
-
action = "climate.set_temperature";
197
197
-
target.device_id = "bfe22d32a4532f8ae991d6daffb48267";
198
198
-
data = {
199
199
-
hvac_mode = "heat";
200
200
-
temperature = 20;
201
201
-
};
202
202
-
}
203
203
-
];
204
204
-
mode = "single";
205
205
-
}
206
206
-
{
207
185
id = "1766153071796";
208
186
alias = "Close Garage Door";
209
187
trigger = [