summaryrefslogtreecommitdiff
path: root/modules/hosts/dragotha/hardware.nix
blob: 19bd7f1821085fccfc028559a56ca2bfefc039b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  self,
  inputs,
  ...
}: {
  flake.nixosModules.dragothaHardware = {
    config,
    lib,
    pkgs,
    modulesPath,
    ...
  }: {
  };
}