Skip to content

sn0wm1x/hw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Sep 17, 2024
78e2eff · Sep 17, 2024

History

2 Commits
Sep 17, 2024
Sep 17, 2024
Sep 17, 2024
Sep 17, 2024

Repository files navigation


sn0wm1x

SN0WM1X Hardware

About

WIP, which may eventually be contributed to NixOS Hardware.

Profiles

Usage

{
  description = "NixOS configuration with flakes";
  inputs.sn0wm1x-hardware.url = "github:sn0wm1x/hw";

  outputs = { self, nixpkgs, sn0wm1x-hardware }: {
    # replace <your-hostname> with your actual hostname
    nixosConfigurations.<your-hostname> = nixpkgs.lib.nixosSystem {
      # ...
      modules = [
        # ...
        # add your model from this list: https://github.com/sn0wm1x/hw/blob/main/flake.nix
        sn0wm1x-hardware.nixosModules.oneplus-enchilada
      ];
    };
  };
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages