blob: b54f46429714d7aeadc044a6fe49e31685dd6e6d (
plain)
1
2
3
4
5
6
7
8
9
10
|
{ ... }:
{
# Hyprland home-manager configuration orchestrator
# Uncomment one of the rices below:
imports = [
#./default.nix # main hyprland rice
./chernobyl/default.nix # chernobyl hyprland rice
];
}
|