Skip to content

Conversation

oddib
Copy link

@oddib oddib commented Sep 19, 2025

Description of changes

added config for samsung galaxybook pro 2. The kernel module is unnessesary for kernels <6.14 so it is available but is off by default on newer kernels.

Things done
  • Tested the changes in your own NixOS Configuration
  • Tested the changes end-to-end by using your fork of nixos-hardware and
    importing it via <nixos-hardware> or Flake input

@@ -0,0 +1,39 @@
{ stdenv, kernel, fetchFromGitHub, lib }:

stdenv.mkDerivation rec {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please also add this to nixpkgs later if you can.

rock-pi-e = import ./radxa/rock-pi-e;
kobol-helios4 = import ./kobol/helios4;
samsung-np900x3c = import ./samsung/np900x3c;
samsung-galaxybook-2-pro= import ./samsung/galaxybook-2-pro;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also add this to the README.md

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants