summaryrefslogtreecommitdiff
path: root/nixos/default.nix
blob: e2637ac33b3de04b11e6fd8f0475f493a4a0e03c (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  config,
  lib,
  pkgs,
  ...
}: {
  imports = [
    ./trash
    ./services
  ];
}