aboutsummaryrefslogtreecommitdiff
path: root/infra/libkookie/modules/workstation/default.nix
blob: e6f016b4acbeb380a255c1597cd5aa1a1670d988 (plain)
1
2
3
4
5
6
7
{ ... }: {
  imports = [

    # Exposes both a nixos, and home-manager module
    ./ui/i3
  ];
}