{ config
, lib
, pkgs
, ...
}:

{
  imports = [
    ./bin
    ./nix.nix
    ./shell.nix
    ./theming
    ./wallpapers.nix
    ./yubikey.nix
  ];
}