summary refs log tree commit diff
path: root/machines/moissanite/default.nix
blob: 38f5a513fe158a9a4c255741a406a9e2aa82f9ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{ ... }:

{
  imports = [
    ../../roles/desktop.nix

    ../../modules/arm.nix
    ../../modules/work

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

  system.stateVersion = "25.05";
}