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

{
  # Niri home-manager configuration orchestrator
  # Uncomment one of the rices below:
  imports = [
    #./default.nix     # main niri rice
    ./chernobyl/default.nix  # chernobyl niri rice
  ];
}