framework-2024-11-15-21-25-23
This commit is contained in:
@ -11,41 +11,6 @@ in {
|
|||||||
overlays = [
|
overlays = [
|
||||||
outputs.overlays.additions
|
outputs.overlays.additions
|
||||||
outputs.overlays.modifications
|
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 = {
|
config = {
|
||||||
allowUnfree = true;
|
allowUnfree = true;
|
||||||
@ -245,7 +210,6 @@ in {
|
|||||||
enableAllFirmware = true;
|
enableAllFirmware = true;
|
||||||
xone.enable = true;
|
xone.enable = true;
|
||||||
|
|
||||||
bluetooth.enable = true;
|
|
||||||
graphics = {
|
graphics = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enable32Bit = true;
|
enable32Bit = true;
|
||||||
|
@ -135,6 +135,8 @@ in {
|
|||||||
hardware = {
|
hardware = {
|
||||||
keyboard.qmk.enable = true;
|
keyboard.qmk.enable = true;
|
||||||
enableAllFirmware = true;
|
enableAllFirmware = true;
|
||||||
|
xone.enable = true;
|
||||||
|
|
||||||
openrazer = {
|
openrazer = {
|
||||||
enable = true;
|
enable = true;
|
||||||
users = ["alex"];
|
users = ["alex"];
|
||||||
|
Reference in New Issue
Block a user