Alexandre 1fb2bebc88
All checks were successful
Check config / build (push) Successful in 9m43s
Started dentritic pattern
2026-06-20 00:15:16 +02:00

10 lines
194 B
Nix

{ self, inputs, ... }:
{
flake.nixosModules.commonConfig = { config, pkgs, inputs, ...}: {
imports = [
self.nixosModules.nixConfig
self.nixosModules.kernelConfig
];
};
}