configuration.nix/home/wm/default.nix

6 lines
59 B
Nix

{ ... }: {
imports = [
./hyprland
./addon
];
}