From 1d31a73e11b1a68a46b1b5808ac355a81dcf3f2d Mon Sep 17 00:00:00 2001 From: Alexander Szczepanski Date: Fri, 15 Nov 2024 21:25:23 +0100 Subject: [PATCH] framework-2024-11-15-21-25-23 --- machine/desktop/configuration.nix | 36 ----------------------------- machine/framework/configuration.nix | 2 ++ 2 files changed, 2 insertions(+), 36 deletions(-) diff --git a/machine/desktop/configuration.nix b/machine/desktop/configuration.nix index 75f6929..a29f41e 100755 --- a/machine/desktop/configuration.nix +++ b/machine/desktop/configuration.nix @@ -11,41 +11,6 @@ in { overlays = [ outputs.overlays.additions outputs.overlays.modifications - # (final: prev: { - # pythonPackagesExtensions = - # prev.pythonPackagesExtensions - # ++ [ - # (python-final: python-prev: { - # # sphinx = python-prev.sphinx.overridePythonAttrs (oldAttrs: { - # # disabledTests = - # # oldAttrs.disabledTests - # # ++ [ - # # "test_linkcheck_request_headers_default" - # # ]; # stupid timeout failure on busy machine - # # }); - # # mechanize = python-prev.mechanize.overridePythonAttrs (oldAttrs: { - # # disabledTests = - # # oldAttrs.disabledTests - # # ++ [ - # # "test/test_urllib2.py::HandlerTests::test_ftp" - # # "HandlerTests::test_ftp" - # # "test_ftp" - # # ]; - # # }); - # numpy = python-prev.numpy.overridePythonAttrs (oldAttrs: { - # disabledTests = - # oldAttrs.disabledTests - # ++ [ - # "test_umath_accuracy" - # "TestAccuracy::test_validate_transcendentals" - # "test_validate_transcendentals" - # "test_structured_object_item_setting" - # "TestStructuredObjectRefcounting::test_structured_object_item_setting" - # ]; - # }); - # }) - # ]; - # }) ]; config = { allowUnfree = true; @@ -245,7 +210,6 @@ in { enableAllFirmware = true; xone.enable = true; - bluetooth.enable = true; graphics = { enable = true; enable32Bit = true; diff --git a/machine/framework/configuration.nix b/machine/framework/configuration.nix index ba274ba..21f3c1d 100755 --- a/machine/framework/configuration.nix +++ b/machine/framework/configuration.nix @@ -135,6 +135,8 @@ in { hardware = { keyboard.qmk.enable = true; enableAllFirmware = true; + xone.enable = true; + openrazer = { enable = true; users = ["alex"];