aboutsummaryrefslogtreecommitdiff
path: root/system/default.nix
blob: ceb8a3378b4db99bf5239974e913fd27a75ceb63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{...}: {
  imports = [
    ./nix.nix
    ./boot.nix
    ./audio.nix
    ./bluetooth.nix
    ./graphics.nix
    ./networking.nix
    ./packages.nix
    ./programs.nix
    ./services.nix
    ./users.nix
    ./desktop.nix
    ./stylix.nix
  ];

  # nixowos.enable = true;  # disabled until fixed
  system.stateVersion = "25.11";
}