aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/common/core/default.nix
blob: 5fefe2d86a572fde43ad3d31af1ff75d31c4c08e (plain)
1
2
3
4
5
6
7
8
9
10
{ inputs, outputs, ... }: {
  imports = [
    ./locale.nix
    ./nix.nix
    ./shells.nix
    ./zsh.nix
  ];

  hardware.enableRedistributableFirmware = true;
}