200 current 2025-10-10 00:25:07 25.05.20251006.20c4598 6.12.50 *

This commit is contained in:
2025-10-10 00:29:02 -05:00
parent 91828c067d
commit e38d40ac75
3 changed files with 7 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
# flake for blakes nixos config
# define new devices in outputs
# generation: 199 current 2025-10-10 00:21:25 25.05.20251006.20c4598 6.12.50 *
# generation: 200 current 2025-10-10 00:25:07 25.05.20251006.20c4598 6.12.50 *
{
description = "blakes nix config";
inputs = {

View File

@@ -95,6 +95,8 @@ in
time.timeZone = "America/Chicago";
hardware.bluetooth.enable = true;
hardware.i2c.enable = true;
hardware.gpio.enable = true;
# define shell
programs.zsh.enable = true;

View File

@@ -58,6 +58,10 @@ in
services.${service} = {
enable = true;
package = inputs.nixpkgs-unstable.legacyPackages.${pkgs.system}.home-assistant;
extraPackages = python3Packages: with python3Packages; [
bleak
pyserial
];
configDir = cfg.data_dir;
config = null;
# openFirewall = true;