nixos-config/modules/common/default.nix
2025-07-20 13:02:43 -04:00

8 lines
No EOL
75 B
Nix

{ config, ... }:
{
imports = [
./stylix.nix
./yubikey.nix
];
}