aboutsummaryrefslogtreecommitdiff
path: root/system/default.nix
blob: bbeb0091f6cb46ea690fa613f7322f4db02d29b7 (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
    ./encryption.nix
    ./virtualisation.nix
    # Desktop and stylix are now configured per-rice in home/rices/*/system.nix
  ];

  system.stateVersion = "25.11";
}