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

  system.stateVersion = "25.11";
}