aboutsummaryrefslogtreecommitdiff
path: root/host/obelix.nix
blob: bfd352213b4275cb0d3e9322e801296aa2ad9dd2 (plain)
1
2
3
4
5
6
7
{ pkgs, ... }:

{
  imports = [
    ../gui/default.nix
  ];
}