aboutsummaryrefslogtreecommitdiff
path: root/modules/system/nixos/default.nix
blob: baacaa03d52c43a56f7f93e1344e3f3476136cb3 (plain)
1
2
3
4
5
6
7
8
9
{
  imports = [
    ./boot.nix
    ./audio.nix
    ./bluetooth.nix
    ./polkit.nix
    ./printing.nix
  ];
}