Improve home automation keybinds

This commit is contained in:
Lauren Lagarde 2025-07-29 22:26:08 -05:00
parent e1991d09ef
commit e344c1c27d
3 changed files with 12 additions and 5 deletions

View file

@ -5,6 +5,13 @@
../../home-manager/programs/thunderbird.nix
];
xsession.windowManager.i3.extraConfig = ''
# Desk Lights
bindsym $mod+Shift+d exec curl -X POST https://homeassistant.mlaga97.space/api/webhook/--caDGWR8KXLTM3yZ6Y01XPe6
bindsym $mod+Shift+w exec curl -X POST https://homeassistant.mlaga97.space/api/webhook/-tbHkUPb8aLVcFaOQcXbBdIJb
bindsym $mod+Shift+o exec curl -X POST https://homeassistant.mlaga97.space/api/webhook/-fmYa59UtZaMXythyEsda_ulo
'';
home.file = {
".local/share/OpenSCAD/libraries/BOSL2" = {
source = builtins.fetchGit {