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

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