aboutsummaryrefslogtreecommitdiff
path: root/modules/home/default.nix
blob: b01613e63d9ebe96678e269b6328ea045b3ab54b (plain)
1
2
3
4
5
6
7
8
9
{ ... }:

{
  # Home environment orchestrator
  imports = [
    ./i3wm
    ./niri
  ];
}