35 current 2025-10-06 12:38:41 25.05.20251001.5b5be50 6.12.49 *

This commit is contained in:
2025-10-06 12:38:43 -05:00
parent 5e9e0fde93
commit b5a110614c
2 changed files with 1 additions and 11 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: 34 current 2025-10-06 12:16:54 25.05.20251001.5b5be50 6.12.49 * # generation: 35 current 2025-10-06 12:38:41 25.05.20251001.5b5be50 6.12.49 *
{ {
description = "blakes nix config"; description = "blakes nix config";
inputs = { inputs = {

View File

@@ -63,16 +63,6 @@
nvidia-container-toolkit nvidia-container-toolkit
]; ];
hardware.bluetooth = {
enable = true;
powerOnBoot = true;
settings = {
General = {
Experimental = true;
ControllerMode = "dual";
};
};
};
# allow proprietary packages # allow proprietary packages
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;