# enoko is my framework 13-inch AMD laptop, running nixos
{ inputs, lib, pkgs, ... }: {
  imports = [
    ./global.nix
    ./desktop/hyprland
  ];
}