aboutsummaryrefslogtreecommitdiff
path: root/nixos/machine/spt-omnia.nix
blob: 21bfeb6a8ab1c7719a9edb2079a7f09449bd181a (plain)
1
2
3
4
5
6
7
8
9
10
{ config, lib, pkgs, ... }:

with lib;

{

  config = {
  };

}