configuration.nix/home/desktop/wm/default.nix

7 lines
70 B
Nix

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