aboutsummaryrefslogtreecommitdiff
path: root/system/default.nix
blob: 638ae0272f02a6c8e9ac24de5927a31406ccecee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{...}: {
  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
  ];

  system.stateVersion = "25.11";
}