nixos-config/modules/common/default.nix
2025-07-25 10:55:20 -04:00

8 lines
No EOL
75 B
Nix
Executable file

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