summary refs log tree commit diff
path: root/machines/wolfram/default.nix
blob: 89d840d34d1aa69131ca4391ad9d7f2f4ddaaaff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{ ... }:

{
  imports = [
    ../../modules/wireless.nix

    ./hardware.nix
    ./devices.nix
  ];

  system.stateVersion = "25.05";
}