Nyx-Modules/Modules/Hardware/Surface/default.nix
2025-08-29 12:29:00 +02:00

7 lines
76 B
Nix

{ config, lib, pkgs, ... }:
{
imports = [
./Custom-Kernel.nix
];
}