198 current 2025-10-09 23:52:36 25.05.20251006.20c4598 6.12.50 *

This commit is contained in:
2025-10-10 00:21:27 -05:00
parent 023d5b655a
commit 33a934662f
3 changed files with 4 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# flake for blakes nixos config # flake for blakes nixos config
# define new devices in outputs # define new devices in outputs
# generation: 197 current 2025-10-09 23:49:39 25.05.20251006.20c4598 6.12.50 * # generation: 198 current 2025-10-09 23:52:36 25.05.20251006.20c4598 6.12.50 *
{ {
description = "blakes nix config"; description = "blakes nix config";
inputs = { inputs = {

View File

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

View File

@@ -51,7 +51,7 @@ in
home = cfg.data_dir; home = cfg.data_dir;
createHome = true; createHome = true;
group = "${service}"; group = "${service}";
extraGroups = []; extraGroups = [ "bluetooth" ];
}; };
# enable the ${service} service # enable the ${service} service