198 current 2025-10-09 23:52:36 25.05.20251006.20c4598 6.12.50 *
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# flake for blakes nixos config
|
||||
# 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";
|
||||
inputs = {
|
||||
|
||||
@@ -94,6 +94,8 @@ in
|
||||
# set timezone
|
||||
time.timeZone = "America/Chicago";
|
||||
|
||||
hardware.bluetooth.enable = true;
|
||||
|
||||
# define shell
|
||||
programs.zsh.enable = true;
|
||||
|
||||
|
||||
@@ -51,7 +51,7 @@ in
|
||||
home = cfg.data_dir;
|
||||
createHome = true;
|
||||
group = "${service}";
|
||||
extraGroups = [];
|
||||
extraGroups = [ "bluetooth" ];
|
||||
};
|
||||
|
||||
# enable the ${service} service
|
||||
|
||||
Reference in New Issue
Block a user