aboutsummaryrefslogtreecommitdiff
path: root/system/default.nix
blob: ac010d3843d3a41d672c75536989f45098aba597 (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;
  system.stateVersion = "25.11";
}